Update text to reflect new text
This commit is contained in:
parent
ba7c82e052
commit
2d4e53ce4b
@ -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', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user