We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e04d4 commit 5490b89Copy full SHA for 5490b89
test/pos/page.po.ts
@@ -25,7 +25,7 @@ export class PagePO {
25
await browser.waitUntil(async () => {
26
const header = await browser.getText('h1');
27
return header.indexOf('ng-apimock test example app') > -1;
28
- }, 5000);
+ }, 10000);
29
}
30
31
0 commit comments