You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
it('buttons should have correct styles',function*(){yieldbrowser.url('/buttons.html');constres=yieldbrowser.webdrivercss('buttons',[{name: 'primary',elem: '.bb-btn--primary'}]);assert.ok(res.primary[0].isWithinMisMatchTolerance,'primary');});
I'm guessing the issue is small rendering differences between your local browser and what Travis uses. Using browserstack or sauce labs is almost a necessity for this sort of test.
Here is the content of my
.travis.yml
:My tests run ok locally, but all of them are failing with near the same error on Travis:
Here is the code of the test:
Webdriver config:
Tests are being run on phantomjs. Any ideas what may cause the issue? Thanks.
The text was updated successfully, but these errors were encountered: