Skip to content

Commit e1092c6

Browse files
committed
check number of iframes
1 parent 1cc3c53 commit e1092c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: cypress/e2e/spec.cy.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ describe('Editor Test', () => {
2626
.should(($p) => {
2727
expect(getComputedStyle($p.get(0)).getPropertyValue('--vscode-editor-background')).to.equal("#1e1e1e")
2828
})
29+
30+
cy.get('iframe').should('have.length', 1)
2931
})
30-
32+
3133
it('inputs unicode', () => {
3234
cy.visit('http://localhost:5173/')
3335
cy.get('[data-cy="leader-backslash"]').click()

0 commit comments

Comments
 (0)