File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
__checks__/key-user-flows Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ test('login', async ({ page }) => {
99 const shopPage = new DanubeShopPage ( page ) ;
1010
1111 await shopPage . performLogin ( registeredUser ) ;
12- expect ( await shopPage . isPastLogin ( ) ) ;
12+ expect ( await shopPage . loginMessage ) . toBeVisible ( ) ;
1313} ) ;
Original file line number Diff line number Diff line change 2727 <input
2828 id =" n-email"
2929 class =" textfield-modal"
30- v-model =" username "
30+ v-model =" email "
3131 type =" text"
3232 placeholder =" Email"
3333 />
@@ -163,10 +163,8 @@ export default {
163163 methods: {
164164 show () {
165165 this .$modal .show (" modal-login" );
166- console .log (' hello world' )
167166 },
168167 signIn () {
169- console .log (' Sign IN attempt' , this .email , this .password )
170168 this .error = ' '
171169
172170 if (! this .email || ! this .password ) {
You can’t perform that action at this time.
0 commit comments