Skip to content

Commit f6793f8

Browse files
committed
Back to playwright 1.55.1
1 parent f6bb780 commit f6793f8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"jsdoc-typeof-plugin": "1.0.0",
165165
"json-server": "0.17.4",
166166
"mochawesome": "^7.1.3",
167-
"playwright": "1.58.2",
167+
"playwright": "1.55.1",
168168
"prettier": "^3.3.2",
169169
"puppeteer": "24.15.0",
170170
"qrcode-terminal": "0.12.0",

test/acceptance/react_test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*
21
const { I } = inject()
32

43
Feature('React Selectors')
@@ -32,4 +31,3 @@ Scenario('using playwright locator @Playwright', () => {
3231
I.click({ pw: '_react=t[name = "="]' })
3332
I.seeElement({ pw: '_react=t[value = "10"]' })
3433
})
35-
*/

test/unit/locator_test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ describe('Locator', () => {
244244
expect(l.toString()).to.equal('foo')
245245
})
246246

247-
/*
248247
it('should create playwright locator - _react', () => {
249248
const l = new Locator({ pw: '_react=button' })
250249
expect(l.type).to.equal('pw')
@@ -258,7 +257,7 @@ describe('Locator', () => {
258257
expect(l.value).to.equal('_vue=button')
259258
expect(l.toString()).to.equal('{pw: _vue=button}')
260259
})
261-
*/
260+
262261
it('should create playwright locator - data-testid', () => {
263262
const l = new Locator({ pw: '[data-testid="directions"]' })
264263
expect(l.type).to.equal('pw')

0 commit comments

Comments
 (0)