Fix E2E test cases and setup for GHA (#26944)
* Fix E2E test cases and setup for GHA * Fix more test cases, apply recommendations
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8da64a5c34
Коммит
c9cb3d5bb0
@@ -114,7 +114,7 @@ describe('Team Settings', () => {
|
||||
|
||||
// # Set 'sample.mattermost.com' as the only allowed email domain and save
|
||||
cy.get('#allowedDomains').click().type(emailDomain).type(' ');
|
||||
cy.findByText('Save').should('be.visible').click();
|
||||
cy.findByText('Save').should('be.visible');
|
||||
|
||||
// # Save and verify it took effect
|
||||
cy.uiSave();
|
||||
|
||||
Ссылка в новой задаче
Block a user