Increasing timeout in test
This commit is contained in:
parent
f46aabb4d3
commit
ed16fe69b5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ module.exports = function () {
|
|||
for (let i = 0; i < pages.length; i += 1) {
|
||||
client.url(`${process.env.ROOT_URL}/${pages[i][0]}`);
|
||||
const content = pages[i][1];
|
||||
client.waitForVisible('#react-root', 5000);
|
||||
client.waitForVisible('#react-root', 10000);
|
||||
client.waitForText('#react-root', content);
|
||||
}
|
||||
callback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue