Skip to content

Commit 260dd03

Browse files
committed
Fix ci tests
1 parent ae5cc2f commit 260dd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/acceptance.suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ modules:
1111
url: 'http://dev.local/'
1212
browser: chrome
1313
capabilities:
14-
chromeOptions:
14+
"goog:chromeOptions":
1515
w3c: false
1616
- \Helper\Acceptance

src/tests/acceptanceReact.suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ modules:
1111
url: 'http://dev.local:8801/'
1212
browser: chrome
1313
capabilities:
14-
chromeOptions:
14+
"goog:chromeOptions":
1515
w3c: false
1616
- \Helper\Acceptance

0 commit comments

Comments
 (0)