Disable flaky test (#1928)
This commit is contained in:
@@ -221,7 +221,8 @@ describe('EditServerModal', function desc() {
|
||||
});
|
||||
});
|
||||
|
||||
it('MM-T4391_4 should edit team when Save is pressed and both edited', async () => {
|
||||
// TODO: disabling flaky test
|
||||
it.skip('MM-T4391_4 should edit team when Save is pressed and both edited', async () => {
|
||||
await editServerView.fill('#teamNameInput', 'NewTestTeam');
|
||||
await editServerView.fill('#teamUrlInput', 'http://google.com');
|
||||
await editServerView.click('#saveNewServerModal');
|
||||
|
Reference in New Issue
Block a user