Skip to main content

All Questions

Tagged with
4 votes
1 answer
553 views

Webdriver.io (wdio) - Browserstack - waitforDisplayed fails

I'm working on some tests with wdio 6 (on my way to upgrade it to 7) and I've been receiving this error on a very simple test it('Renders unit list', () => { $('.unit-list .bookable-...
MikeVelazco's user avatar
4 votes
2 answers
3k views

WebdriverIO and Angular, writing e2e tests in typescript that import classes (Cannot use import statement outside a module)

I am trying to get a wdio set of e2e tests working. Some of the tests use some utility classes written in typescript. When the test is being compiled it is falling over this error: Spec file(s): D:\...
Rob Gansevles's user avatar