@@ -209,7 +209,7 @@ describe('⚠️ Error Handling & Edge Cases (Updated for Real App)', () => {
209209 // First do a simple login
210210 cy . visit ( '/login' ) ;
211211 cy . get ( 'input[type="email"]' ) . type ( '[email protected] ' ) ; 212- cy . get ( 'input[type="password"]' ) . type ( 'password123 ' ) ;
212+ cy . get ( 'input[type="password"]' ) . type ( 'Ecomm@123 ' ) ;
213213 cy . get ( 'button[type="submit"]' ) . click ( ) ;
214214
215215 // Wait a moment for login to process
@@ -232,7 +232,7 @@ describe('⚠️ Error Handling & Edge Cases (Updated for Real App)', () => {
232232 // Simple login first
233233 cy . visit ( '/login' ) ;
234234 cy . get ( 'input[type="email"]' ) . type ( '[email protected] ' ) ; 235- cy . get ( 'input[type="password"]' ) . type ( 'password123 ' ) ;
235+ cy . get ( 'input[type="password"]' ) . type ( 'Ecomm@123 ' ) ;
236236 cy . get ( 'button[type="submit"]' ) . click ( ) ;
237237 cy . wait ( 2000 ) ;
238238
@@ -265,7 +265,7 @@ describe('⚠️ Error Handling & Edge Cases (Updated for Real App)', () => {
265265 // Simple login
266266 cy . visit ( '/login' ) ;
267267 cy . get ( 'input[type="email"]' ) . type ( '[email protected] ' ) ; 268- cy . get ( 'input[type="password"]' ) . type ( 'password123 ' ) ;
268+ cy . get ( 'input[type="password"]' ) . type ( 'Ecomm@123 ' ) ;
269269 cy . get ( 'button[type="submit"]' ) . click ( ) ;
270270 cy . wait ( 2000 ) ;
271271
@@ -425,7 +425,7 @@ describe('⚠️ Error Handling & Edge Cases (Updated for Real App)', () => {
425425 // Simple login first
426426 cy . visit ( '/login' ) ;
427427 cy . get ( 'input[type="email"]' ) . type ( '[email protected] ' ) ; 428- cy . get ( 'input[type="password"]' ) . type ( 'password123 ' ) ;
428+ cy . get ( 'input[type="password"]' ) . type ( 'Ecomm@123 ' ) ;
429429 cy . get ( 'button[type="submit"]' ) . click ( ) ;
430430 cy . wait ( 2000 ) ;
431431
@@ -480,7 +480,7 @@ describe('⚠️ Error Handling & Edge Cases (Updated for Real App)', () => {
480480 // Simple login
481481 cy . visit ( '/login' ) ;
482482 cy . get ( 'input[type="email"]' ) . type ( '[email protected] ' ) ; 483- cy . get ( 'input[type="password"]' ) . type ( 'password123 ' ) ;
483+ cy . get ( 'input[type="password"]' ) . type ( 'Ecomm@123 ' ) ;
484484 cy . get ( 'button[type="submit"]' ) . click ( ) ;
485485 cy . wait ( 2000 ) ;
486486
@@ -534,7 +534,7 @@ describe('⚠️ Error Handling & Edge Cases (Updated for Real App)', () => {
534534 // Simple login
535535 cy . visit ( '/login' ) ;
536536 cy . get ( 'input[type="email"]' ) . type ( '[email protected] ' ) ; 537- cy . get ( 'input[type="password"]' ) . type ( 'password123 ' ) ;
537+ cy . get ( 'input[type="password"]' ) . type ( 'Ecomm@123 ' ) ;
538538 cy . get ( 'button[type="submit"]' ) . click ( ) ;
539539 cy . wait ( 2000 ) ;
540540
0 commit comments