mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 02:59:57 +00:00
- Tests should now work in both Firefox and Chrome, but we can continue using Chrome for parity with Travis CI - When writing acceptance tests for Chrome, prefer using `waitForElementVisible` instead of `waitForElementPresent`. For whatever reason in Chrome, but not Firefox, elements can be briefly ‘present’ in the DOM but with no content, causing tests to fail. Waiting for visibility seems to solve this - Instead of using callbacks, we can simply chain browser async events