Skip to content

Commit 6e41668

Browse files
committed
fix ui test in ci/cd
1 parent d5b9d65 commit 6e41668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SeleniumTests/lib/base/UiTestBase.cs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public void Setup()
1818
options.AddArgument("--disable-gpu");
1919
options.AddArgument("--no-sandbox");
2020
options.AddArgument("--disable-dev-shm-usage");
21+
options.AddArgument($"--user-data-dir=/tmp/chrome-user-data-{Guid.NewGuid()}");
2122
}
2223

2324
_driver = new ChromeDriver(options);

0 commit comments

Comments
 (0)