File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ describe('Mob.sh Timer', () => {
2424 it ( 'mob timer works' , ( ) => {
2525 cy . visit ( 'https://timer.mob.sh/' + roomId )
2626 cy . get ( '[data-bs-toggle="modal"]' ) . click ( )
27- cy . get ( '#timer-input' ) . clear ( { force : true , waitForAnimations : false } ) . type ( "1" )
28- cy . wait ( 100 )
27+ cy . get ( '#timer-input' ) . clear ( ) . type ( "1" )
28+ cy . wait ( 200 )
2929 cy . get ( '.btn-close' ) . click ( )
3030 cy . get ( '#timer-button' ) . contains ( 1 ) . click ( )
3131 cy . get ( '#timer' ) . should ( 'not.contain' , '00:00' )
@@ -35,8 +35,8 @@ describe('Mob.sh Timer', () => {
3535 it ( 'break timer works' , ( ) => {
3636 cy . visit ( 'https://timer.mob.sh/' + roomId )
3737 cy . get ( '[data-bs-toggle="modal"]' ) . click ( )
38- cy . get ( '#breaktimer-input' ) . clear ( { force : true , waitForAnimations : false } ) . type ( "1" )
39- cy . wait ( 100 )
38+ cy . get ( '#breaktimer-input' ) . clear ( ) . type ( "1" )
39+ cy . wait ( 200 )
4040 cy . get ( '.btn-close' ) . click ( )
4141 cy . get ( '#breaktimer-button' ) . contains ( 1 ) . click ( )
4242 cy . get ( '#timer' ) . should ( 'not.contain' , '00:00' )
You can’t perform that action at this time.
0 commit comments