Remove unnecessary test case (#1878)

This commit is contained in:
Devin Binnie 2021-11-24 09:18:53 -05:00 committed by GitHub
parent eab1f32a35
commit b4903d24c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,11 +39,6 @@ describe('Add Server Modal', function desc() {
let newServerView;
it('MM-T4387 should open the new server modal', async () => {
const existing = Boolean(await this.app.windows().find((window) => window.url().includes('newServer')));
existing.should.be.true;
});
it('MM-T1312 should focus the first text input', async () => {
const isFocused = await newServerView.$eval('#teamNameInput', (el) => el === document.activeElement);
isFocused.should.be.true;