Tweak pause duration of failing test
This commit is contained in:
@@ -95,7 +95,7 @@ describe('browser/settings.html', function desc() {
|
|||||||
return this.app.client.
|
return this.app.client.
|
||||||
loadSettingsPage().
|
loadSettingsPage().
|
||||||
click('h4=example').
|
click('h4=example').
|
||||||
pause(100).
|
pause(1000).
|
||||||
waitUntilWindowLoaded().
|
waitUntilWindowLoaded().
|
||||||
getUrl().then((url) => {
|
getUrl().then((url) => {
|
||||||
url.should.match(/\/index.html(\?.+)?$/);
|
url.should.match(/\/index.html(\?.+)?$/);
|
||||||
@@ -109,7 +109,7 @@ describe('browser/settings.html', function desc() {
|
|||||||
|
|
||||||
loadSettingsPage().
|
loadSettingsPage().
|
||||||
click('h4=github').
|
click('h4=github').
|
||||||
pause(100).
|
pause(1000).
|
||||||
waitUntilWindowLoaded().
|
waitUntilWindowLoaded().
|
||||||
getUrl().then((url) => {
|
getUrl().then((url) => {
|
||||||
url.should.match(/\/index.html(\?.+)?$/);
|
url.should.match(/\/index.html(\?.+)?$/);
|
||||||
|
Reference in New Issue
Block a user