Skip to content

Commit b7f1d2f

Browse files
committed
[E2E] Merge main with Runner for web and desktop tests are added
1 parent 60b95bf commit b7f1d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/shortcuts/shortcuts.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const shortcutsPage = new ShortcutsPage();
1010
fixture `Shortcuts`
1111
.meta({ type: 'regression' })
1212
.page(commonUrl)
13-
.beforeEach(async () => {
13+
.beforeEach(async() => {
1414
await acceptLicenseTerms();
1515
})
1616
test

0 commit comments

Comments
 (0)