[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:
@@ -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});
|
||||
|
Reference in New Issue
Block a user