Skip to content

Commit

Permalink
Removed commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenavas committed Nov 20, 2024
1 parent f1f09bb commit bd16d85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ describe('Run / Execute Test Case button validations', () => {
//Save the Test Case
cy.get(TestCasesPage.editTestCaseSaveButton).click()

//cy.get(TestCasesPage.detailsTab).scrollIntoView().click()
cy.get(TestCasesPage.errorToastMsg).should('exist')
cy.get(TestCasesPage.errorToastMsg).should('be.visible')
cy.get(TestCasesPage.errorToastMsg).should('have.text', 'Test case updated successfully with errors in JSON')
Expand Down

0 comments on commit bd16d85

Please sign in to comment.