Skip to content

Commit dceae60

Browse files
committed
failing test
1 parent dc434e2 commit dceae60

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cypress/e2e/spec-html.cy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ it("allows internal links", () => {
183183

184184
const internalLink = getIframeBody().find("a");
185185
internalLink.click();
186+
cy.get("editor-wc")
187+
.shadow()
188+
.find('[role="tab"]')
189+
.contains("index.html preview")
190+
.should("have.attr", "aria-selected", "true");
186191
const content = getIframeBody().find("p");
187192
content.should("include.text", "hello world");
188193
});

0 commit comments

Comments
 (0)