E2E test fixups (#2045)
* Reinstall reporter and re-enable skipped tests * Fixups for Linux * Mac fixes * Windows fixes * Use keyboard shortcuts instead of menu for most menu actions * Couple fixes * One more fix for now * Windows fixes * Lint fixes * Change up developer tools tests to be more consistent * Fix key for mac * Couple fixes for flaky tests/to avoid crashes on unload
This commit is contained in:
@@ -105,6 +105,8 @@ const demoMattermostConfig = {
|
||||
}, githubTeam],
|
||||
};
|
||||
|
||||
const cmdOrCtrl = process.platform === 'darwin' ? 'command' : 'control';
|
||||
|
||||
module.exports = {
|
||||
sourceRootDir,
|
||||
configFilePath,
|
||||
@@ -114,6 +116,7 @@ module.exports = {
|
||||
mattermostURL,
|
||||
demoConfig,
|
||||
demoMattermostConfig,
|
||||
cmdOrCtrl,
|
||||
|
||||
cleanTestConfig() {
|
||||
[configFilePath, boundsInfoPath].forEach((file) => {
|
||||
|
Reference in New Issue
Block a user