mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(test): modal auto-closes now
This commit is contained in:
parent
c36cb12719
commit
78353fa6af
1 changed files with 0 additions and 2 deletions
|
@ -52,9 +52,7 @@ filterTests(['desktop'], () => {
|
|||
cy.get('#name-change-field').type('{ctrl+a}');
|
||||
cy.get('#name-change-field').type('my-new-name');
|
||||
cy.get('#name-change-submit').click();
|
||||
cy.get('.ant-modal-close-x').click();
|
||||
cy.wait(1500);
|
||||
// cy.contains('is now known as').should('be.visible');
|
||||
});
|
||||
|
||||
it('Should change to custom websocket host', () => {
|
||||
|
|
Loading…
Reference in a new issue