Skip to content

Commit e69759a

Browse files
committed
fix(tests): Fix password requirement in test setup
1 parent cfdf6fd commit e69759a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/selenium-runner.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ installConsoleHandler()
123123
json: {
124124
name: 'floccus',
125125
126-
password: 'floccus',
127-
confirmPassword: 'floccus',
126+
password: '12345678',
127+
confirmPassword: '12345678',
128128
}
129129
}),
130130
}
@@ -143,7 +143,7 @@ installConsoleHandler()
143143
json: {
144144
keyName: 'karakeep',
145145
146-
password: 'floccus',
146+
password: '12345678',
147147
}
148148
}),
149149
}

0 commit comments

Comments
 (0)