[MM-46535] Fix E2E tests for reporting purposes (#2236)
This commit is contained in:
@@ -63,8 +63,8 @@ describe('Settings', function desc() {
|
||||
existing.should.equal(expected);
|
||||
});
|
||||
|
||||
describe('MM-T4393_2 Save tray icon setting on mac', () => {
|
||||
env.shouldTest(it, env.isOneOf(['darwin', 'linux']))('should be saved when it\'s selected', async () => {
|
||||
describe('Save tray icon setting on mac', () => {
|
||||
env.shouldTest(it, env.isOneOf(['darwin', 'linux']))('MM-T4393_2 should be saved when it\'s selected', async () => {
|
||||
this.app.evaluate(({ipcMain}, showWindow) => {
|
||||
ipcMain.emit(showWindow);
|
||||
}, SHOW_SETTINGS_WINDOW);
|
||||
@@ -88,8 +88,8 @@ describe('Settings', function desc() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('MM-T4393_3 Save tray icon theme on linux', () => {
|
||||
env.shouldTest(it, process.platform === 'linux')('should be saved when it\'s selected', async () => {
|
||||
describe('Save tray icon theme on linux', () => {
|
||||
env.shouldTest(it, process.platform === 'linux')('MM-T4393_3 should be saved when it\'s selected', async () => {
|
||||
this.app.evaluate(({ipcMain}, showWindow) => {
|
||||
ipcMain.emit(showWindow);
|
||||
}, SHOW_SETTINGS_WINDOW);
|
||||
|
Reference in New Issue
Block a user