0

Update text to reflect new text

This commit is contained in:
Gabe Kangas 2022-12-15 21:45:40 -08:00
parent ba7c82e052
commit 2d4e53ce4b
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -32,7 +32,7 @@ describe(`Live tests`, () => {
});
it('Can toggle chat off', () => {
cy.contains('Toggle chat').click();
cy.contains('Hide Chat').click();
});
it('Chat should not be visible', () => {
@ -44,7 +44,7 @@ describe(`Live tests`, () => {
});
it('Can toggle chat on', () => {
cy.contains('Toggle chat').click();
cy.contains('Show Chat').click();
});
// it('Chat should be re-visible', () => {