diff --git a/cypress/integration/cbl/teacher_demonstrations.js b/cypress/integration/cbl/teacher_demonstrations.js index c2dc4b860..3ded69c69 100644 --- a/cypress/integration/cbl/teacher_demonstrations.js +++ b/cypress/integration/cbl/teacher_demonstrations.js @@ -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();