Kukhyeon Heo
Kukhyeon Heo
interrupt test will fail until cypress-io/cypress#14885 is applied.
@lmiller1990 I think it's done. I'll take care of the `dom` issue at #23187.
@lmiller1990 It's happening because there are 4 test files inside `reporter`(`commands/command.cy.tsx`, `hooks/hooks.cy.tsx`, `lib/tag.cy.tsx`, `test/test.cy.tsx`), but there are 7 machines to run them. 3 of them don't have work to do....
I checked the `cy.origin` test in my local Ubuntu 20.04. It hangs forever in the current `develop` branch.
As this PR is too big, it'll be break into 3 PRs. * showing-Highlight-related `dom.js` functions: #23792 * Highlight component: #23973 * AssertionsMenu component: #24286
Flaky failures.
Closing this because the issue is old and the example isn't reproducible. If the problem is still happening, please open a new issue with a reproducible example.
I couldn't reproduce it because I ran it on Ubuntu. But I need to think about the cause and what tags I should use for this.
@jennifer-shehane How about calling it a `starter spec`? In WordPress, some themes that provides basic structure for the developers are called `starter theme`s.
To be honest with you, I was thinking that 0.1.x will be the last version because I've created everything we need. I realized how wrong I was. Yes, I want...