Skip to content
Snippets Groups Projects

Resolve "CI: E2E tests are not working since docker image update"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -65,7 +65,7 @@ export const config: Options.Testrunner = {
capabilities: [{
'goog:chromeOptions': {
args: [
'--headless',
'--headless', '--no-gpu',
'--no-sandbox', '--disable-setuid-sandbox', 'disable-dev-shm-usage'],
},
Loading