Skip to content

Commit

Permalink
test: verify archived competency area not in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Apr 28, 2022
1 parent 3957bef commit d76d94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/cbl/teacher_demonstrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('CBL: Teacher demonstrations test', () => {
// verify and click first element of picker dropdown
cy.extGet('slate-cbl-contentareaselector', { component: true })
.then(selector => selector.getPicker().el.dom)
.should('not.contain', 'Archived Area')
.contains('.x-boundlist-item', 'English Language Arts')
.click();

Expand Down

0 comments on commit d76d94a

Please sign in to comment.