Skip to content

Commit

Permalink
fix(e2e): eliminate lingering unscoped cy.extGet
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Feb 8, 2023
1 parent 7b72039 commit 1daf024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/cbl/progress/overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ describe('CBL / Progress / Overrides', () => {
cy.extGet('title[text="Skill History"] ^ slate-window')
.should('not.have.class', 'x-hidden-clip')
.within(($window) => {
cy.extGet('button[text="Submit Evidence"]')
.should('exist')
cy.get('.x-btn-inner:contains("Submit Evidence")')
.should('have.length', 1)
.click();
});

Expand Down

0 comments on commit 1daf024

Please sign in to comment.