Add showTrayIcon test for Mac and Linux
This commit is contained in:
@@ -70,6 +70,13 @@ module.exports = {
|
||||
return requireResult.value;
|
||||
});
|
||||
});
|
||||
client.addCommand('waitForAppOptionsAutoSaved', function async() {
|
||||
const ID_APP_OPTIONS_SAVE_INDICATOR = '#appOptionsSaveIndicator';
|
||||
const TIMEOUT = 5000;
|
||||
return this.
|
||||
waitForVisible(ID_APP_OPTIONS_SAVE_INDICATOR, TIMEOUT).
|
||||
waitForVisible(ID_APP_OPTIONS_SAVE_INDICATOR, TIMEOUT, true);
|
||||
});
|
||||
},
|
||||
|
||||
// execute the test only when `condition` is true
|
||||
|
Reference in New Issue
Block a user