Show "Saving..." for 0.5 seconds and show error if it occurred
This commit is contained in:
@@ -100,6 +100,7 @@ describe('browser/settings.html', function desc() {
|
||||
}
|
||||
return true;
|
||||
}).
|
||||
pause(600).
|
||||
click('#btnClose').
|
||||
pause(1000).then(() => {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
@@ -133,6 +134,7 @@ describe('browser/settings.html', function desc() {
|
||||
}
|
||||
return true;
|
||||
}).
|
||||
pause(600).
|
||||
click('#btnClose').
|
||||
pause(1000).then(() => {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
|
Reference in New Issue
Block a user