E2E test fixups (#2045)
* Reinstall reporter and re-enable skipped tests * Fixups for Linux * Mac fixes * Windows fixes * Use keyboard shortcuts instead of menu for most menu actions * Couple fixes * One more fix for now * Windows fixes * Lint fixes * Change up developer tools tests to be more consistent * Fix key for mac * Couple fixes for flaky tests/to avoid crashes on unload
This commit is contained in:
@@ -233,8 +233,7 @@ describe('EditServerModal', function desc() {
|
||||
});
|
||||
});
|
||||
|
||||
// TODO: disabling flaky test
|
||||
it.skip('MM-T4391_4 should edit team when Save is pressed and both edited', async () => {
|
||||
it('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