Skip to content

Commit

Permalink
fix: update the test to not exist for chatbot container
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidyT committed Dec 8, 2023
1 parent eea2704 commit 043dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/builder/enterSettings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('Enter Settings', () => {

it('does not use chatbot (by default)', () => {
cy.get(buildDataCy(USE_CHATBOT_DATA_CY)).should('not.be.checked');
cy.get(buildDataCy(CHATBOT_CONTAINER_CY)).should('not.be.visible');
cy.get(buildDataCy(CHATBOT_CONTAINER_CY)).should('not.exist');
});
});

Expand Down

0 comments on commit 043dfb2

Please sign in to comment.