Got a #wdio test for a #lit #webcomponent running that is slightly more useful than the standard, auto-generated test.

Success, I guess 😀

Note to self: when writing E2E tests with WebDriverIO, start with #Firefox first.

The gecko driver is much more finicky than the chrome driver. Things like buttons always need a waitForClickable before clicking, something you don't really need to do in #Chrome.

#softwaretesting #webdriverio #wdio #webdriver #selenium