Saucelab tests are failing on the master branch
See original GitHub issueThe Saucelab tests are currently failing on the master branch:
element click intercepted: Element <strong>...</strong> is not clickable at point (263, 362).
Other element would receive the click: <li aria-selected="false" class="autocomplete__option" id="autocomplete-customTemplates__option--0" role="option" tabindex="-1" aria-posinset="1" aria-setsize="1">...</li>
(Session info: chrome=78.0.3904.70)\n (Driver info: chromedriver=78.0.3904.70 (edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5-refs/branch-heads/3904@{#800}),platform=Windows NT 10.0.10586 x86_64)
They appear to have been failing since #393 was merged.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Setting Test Status to Pass or Fail - The Sauce Labs Cookbook
This is the ideal means of writing your tests to interpret the results as a pass/fail and update the status accordingly.
Read more >MS Edge is failing on SauceLabs · Issue #8604 - GitHub
@IgorMinar Trying to replicate, but the master branch fails to build let alone test with instructions provided in the repo?
Read more >Working With Git, Git Plugin Information - Provar
Once verified, push the changes to the master branch. Cloning project from master. Start your work by getting the latest version of the...
Read more >Getting Started with GitHub Actions, WebDriverIO and Sauce ...
Make code reviews, branch management, and issue triaging work the way you ... SauceLabs Continuous Testing Cloud enables development and ...
Read more >Merging Branches - Testim overview
Merging two branches will mix steps or add entire tests from the selected branch into the currently displayed branch, which can be the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@peterjaric please don’t worry about it – it’s a known issue that because SauceLabs requires an API key, the tests don’t run on contributions from external contributors. Really we need to improve our processes to try and catch this stuff earlier, but in the meantime we expect this to come up occasionally.
Thank you again for your contribution – we really appreciate you helping to improve the accessible autocomplete 🙂
I think this was fixed by #403