Skip to content

Commit

Permalink
removing waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
viniblack committed Nov 27, 2024
1 parent 0a4f45c commit cc3904d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/courses/lesson.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ describe('Course Workflow', () => {
cy.navigateToBuild('Rust_State_Machine')
cy.accessLesson()

cy.wait(4000)
cy.submitLesson({ text: submissionText })
cy.nextLesson()

cy.wait(4000)
cy.submitLesson({ filePath: 'public/assets/img/screenshot-home-build.png' })
cy.validateModalContent(
'Networking is everything, how about sharing your progress with your friends on Twitter?'
Expand Down

0 comments on commit cc3904d

Please sign in to comment.