Skip to content

Commit 1cd5188

Browse files
CCM-12666: Fix tests
1 parent 3230971 commit 1cd5188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accessibility/actions/sign-in-page.actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const signInPageActions = (email, password) => [
88
const withSignIn = (accessibilityTest, email, password) => ({
99
...accessibilityTest,
1010
actions: [
11-
signInPageActions(email, password),
11+
...signInPageActions(email, password),
1212
...accessibilityTest.actions
1313
]
1414
});

0 commit comments

Comments
 (0)