Remove unnecessary test case (#1878)
This commit is contained in:
@@ -39,11 +39,6 @@ describe('Add Server Modal', function desc() {
|
|||||||
|
|
||||||
let newServerView;
|
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 () => {
|
it('MM-T1312 should focus the first text input', async () => {
|
||||||
const isFocused = await newServerView.$eval('#teamNameInput', (el) => el === document.activeElement);
|
const isFocused = await newServerView.$eval('#teamNameInput', (el) => el === document.activeElement);
|
||||||
isFocused.should.be.true;
|
isFocused.should.be.true;
|
||||||
|
Reference in New Issue
Block a user