Skip to content

Commit f14336d

Browse files
Merge branch 'develop' into release/15.0.0
2 parents 4aeddd9 + 47bd448 commit f14336d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.circleci/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

3-
chrome-stable-version: &chrome-stable-version "137.0.7151.119"
4-
chrome-beta-version: &chrome-beta-version "138.0.7204.35"
3+
chrome-stable-version: &chrome-stable-version "138.0.7204.49"
4+
chrome-beta-version: &chrome-beta-version "139.0.7258.5"
55
firefox-stable-version: &firefox-stable-version "137.0"
66

77
orbs:

packages/driver/cypress/e2e/cy/snapshot.cy.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ describe('driver/src/cy/snapshots', () => {
55
beforeEach(() => {
66
cy.visit('/fixtures/invalid_html.html')
77
})
8-
9-
it('can snapshot html with invalid attributes', () => {
10-
const { htmlAttrs } = cy.createSnapshot()
11-
12-
expect(htmlAttrs).to.eql({
13-
foo: 'bar',
14-
})
15-
})
168
})
179

1810
context('snapshot no html/doc', () => {

0 commit comments

Comments
 (0)