Skip to content

Commit

Permalink
End to End Testing: Testing CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsweelong committed Nov 2, 2024
1 parent f038cd3 commit e33af66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/Actual-Tests/test_case_5_1.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
cy.get('button[type="submit"]').click({ multiple: true });
});


// Step 3: Navigate to the new arrangement page
cy.get('nav').should('contain', 'All-In-One');
cy.get('nav').contains('Arrangement').click();
Expand Down

0 comments on commit e33af66

Please # to comment.