[MM-39796][MM-39872][MM-T1659][MM-T2827] E2E Tests for Popups (#2047)

* [MM-39796] E2E Test: Copy and Paste when connecting plugin

* [MM-39872] E2E Test Prevent browser back/forward from firing in OAuth windows
This commit is contained in:
Devin Binnie
2022-04-14 09:16:11 -04:00
committed by GitHub
parent 4d46762584
commit bce2811dbc
2 changed files with 128 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ describe('settings/keyboard_shortcuts', function desc() {
selectedText.should.equal('mattermost');
});
it('MM-T1288_1 should be able to cut and paste in the settings window', async () => {
it('MM-T1288_2 should be able to cut and paste in the settings window', async () => {
const textbox = await settingsWindow.waitForSelector('#inputSpellCheckerLocalesDropdown');
await textbox.selectText({force: true});
@@ -72,7 +72,7 @@ describe('settings/keyboard_shortcuts', function desc() {
textValue.should.equal('mattermost');
});
it('MM-T1288_1 should be able to copy and paste in the settings window', async () => {
it('MM-T1288_3 should be able to copy and paste in the settings window', async () => {
const textbox = await settingsWindow.waitForSelector('#inputSpellCheckerLocalesDropdown');
await textbox.selectText({force: true});