We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3a7fa commit d6720fcCopy full SHA for d6720fc
.github/workflows/main.yml
@@ -4,7 +4,7 @@ on:
4
merge_group:
5
6
env:
7
- BROWSER_UI_TEST_VERSION: '0.18.2'
+ BROWSER_UI_TEST_VERSION: '0.19.0'
8
9
jobs:
10
test:
tests/gui/runner.rs
@@ -75,7 +75,6 @@ fn main() {
75
let mut command = Command::new("npx");
76
command
77
.arg("browser-ui-test")
78
- .arg("--no-sandbox")
79
.args(["--variable", "DOC_PATH", book_dir.as_str()])
80
.args(["--test-folder", "tests/gui"]);
81
if std::env::args().any(|arg| arg == "--disable-headless-test") {
0 commit comments