Skip to content

Commit

Permalink
fix UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Feb 5, 2025
1 parent e1a64ea commit 82b1da6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/mock/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2016 ForgeRock AS.
* Portions copyright 2020-2025 3A Systems LLC.
*/

module.exports = function (grunt) {
Expand Down Expand Up @@ -85,7 +86,9 @@ module.exports = function (grunt) {
args: [
"--headless=new",
"--allow-file-access-from-files",
"--disable-dev-shm-usage"
"--disable-dev-shm-usage",
"--no-sandbox",
"--disable-setuid-sandbox"
]
}
}
Expand Down Expand Up @@ -118,7 +121,7 @@ module.exports = function (grunt) {
notify_hooks: {
options: {
enabled: true,
title: "ForgeRock UI QUnit Tests"
title: "UI QUnit Tests"
}
},
/**
Expand Down

0 comments on commit 82b1da6

Please sign in to comment.