From b83548ade85d6c8da5dec32bf389860a61d38f1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:25:56 -0400 Subject: [PATCH] chore(deps): update dependency eslint-plugin-cypress to v3 (#30136) * chore(deps): update dependency eslint-plugin-cypress to v3 * empty commit * Fix cypress eslint errors in system tests * Update snapshots after changing protocol tests. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane --- package.json | 2 +- system-tests/__snapshots__/protocol_spec.js | 1785 ++++++++++++----- .../protocol/cypress/e2e/font-flooding.cy.js | 6 +- .../protocol/cypress/e2e/test-isolation.cy.js | 27 +- .../protocol/src/components/HelloEarth.cy.jsx | 10 +- .../protocol/src/components/HelloMars.cy.jsx | 10 +- yarn.lock | 14 +- 7 files changed, 1364 insertions(+), 490 deletions(-) diff --git a/package.json b/package.json index e93e6a4ac581..497b2eed53ac 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "electron-builder": "^23.6.0", "enzyme-adapter-react-16": "1.12.1", "eslint": "^8.56.0", - "eslint-plugin-cypress": "2.11.2", + "eslint-plugin-cypress": "3.5.0", "eslint-plugin-graphql": "4.0.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-json-format": "2.0.1", diff --git a/system-tests/__snapshots__/protocol_spec.js b/system-tests/__snapshots__/protocol_spec.js index 5d9c117bb776..9b7cae3fc5fd 100644 --- a/system-tests/__snapshots__/protocol_spec.js +++ b/system-tests/__snapshots__/protocol_spec.js @@ -96,7 +96,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -113,7 +113,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -127,7 +127,7 @@ exports['e2e events'] = ` "order": 1, "title": "test 1", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -140,7 +140,7 @@ exports['e2e events'] = ` "line": 5, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -164,7 +164,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -181,7 +181,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -195,7 +195,7 @@ exports['e2e events'] = ` "order": 2, "title": "test 2", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", + "body": "() => {\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'abcdef');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -205,10 +205,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 11, + "line": 12, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:24:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:25:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -232,7 +232,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -249,7 +249,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -263,7 +263,7 @@ exports['e2e events'] = ` "order": 3, "title": "test 3", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", + "body": "() => {\\n cy.get('#text-target').type('ghi');\\n cy.get('#text-target').should('have.value', 'abcdefghi');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -273,10 +273,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 15, + "line": 17, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:27:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:29:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -300,7 +300,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -317,7 +317,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -331,7 +331,7 @@ exports['e2e events'] = ` "order": 4, "title": "test 4", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -341,10 +341,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 19, + "line": 22, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:30:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:33:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -368,7 +368,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -385,7 +385,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -399,7 +399,7 @@ exports['e2e events'] = ` "order": 5, "title": "test 5", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abc!');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -409,10 +409,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 27, + "line": 32, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:38:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:43:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -436,7 +436,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -450,10 +450,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -467,7 +467,7 @@ exports['e2e events'] = ` "order": 6, "title": "test 6", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -477,10 +477,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 33, + "line": 39, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:45:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:51:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -504,7 +504,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -518,10 +518,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -535,7 +535,7 @@ exports['e2e events'] = ` "order": 7, "title": "test 7", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'def');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -545,10 +545,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 39, + "line": 46, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:52:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:59:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -572,7 +572,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -586,10 +586,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 46, + "line": 54, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -603,7 +603,7 @@ exports['e2e events'] = ` "order": 8, "title": "test 8", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'defabc');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -613,10 +613,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 47, + "line": 55, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:63:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:71:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": 0, @@ -784,7 +784,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -801,7 +801,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -816,7 +816,7 @@ exports['e2e events'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -837,7 +837,7 @@ exports['e2e events'] = ` "line": 5, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -872,7 +872,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -889,7 +889,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -904,7 +904,7 @@ exports['e2e events'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", + "body": "() => {\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'abcdef');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -922,10 +922,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 11, + "line": 12, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:24:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:25:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -960,7 +960,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -977,7 +977,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -992,7 +992,7 @@ exports['e2e events'] = ` "title": "test 3", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", + "body": "() => {\\n cy.get('#text-target').type('ghi');\\n cy.get('#text-target').should('have.value', 'abcdefghi');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1010,10 +1010,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 15, + "line": 17, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:27:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:29:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1048,7 +1048,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1065,7 +1065,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1080,7 +1080,7 @@ exports['e2e events'] = ` "title": "test 4", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1098,10 +1098,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 19, + "line": 22, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:30:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:33:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1136,7 +1136,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1153,7 +1153,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1168,7 +1168,7 @@ exports['e2e events'] = ` "title": "test 5", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abc!');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1186,10 +1186,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 27, + "line": 32, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:38:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:43:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1224,7 +1224,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1238,10 +1238,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1256,7 +1256,7 @@ exports['e2e events'] = ` "title": "test 6", "state": "passed", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1274,10 +1274,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 33, + "line": 39, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:45:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:51:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1312,7 +1312,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1326,10 +1326,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1344,7 +1344,7 @@ exports['e2e events'] = ` "title": "test 7", "state": "passed", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'def');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1362,10 +1362,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 39, + "line": 46, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:52:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:59:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1400,7 +1400,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1414,10 +1414,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 46, + "line": 54, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1432,7 +1432,7 @@ exports['e2e events'] = ` "title": "test 8", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'defabc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1450,10 +1450,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 47, + "line": 55, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:63:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:71:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1658,7 +1658,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1675,7 +1675,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1690,7 +1690,7 @@ exports['e2e events'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1712,7 +1712,7 @@ exports['e2e events'] = ` "line": 5, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1742,7 +1742,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1759,7 +1759,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1774,7 +1774,7 @@ exports['e2e events'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", + "body": "() => {\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'abcdef');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1793,10 +1793,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 11, + "line": 12, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:24:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:25:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1826,7 +1826,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1843,7 +1843,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1858,7 +1858,7 @@ exports['e2e events'] = ` "title": "test 3", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", + "body": "() => {\\n cy.get('#text-target').type('ghi');\\n cy.get('#text-target').should('have.value', 'abcdefghi');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1877,10 +1877,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 15, + "line": 17, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:27:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:29:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1910,7 +1910,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -1927,7 +1927,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -1942,7 +1942,7 @@ exports['e2e events'] = ` "title": "test 4", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -1961,10 +1961,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 19, + "line": 22, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:30:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:33:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -1994,7 +1994,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2011,7 +2011,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2026,7 +2026,7 @@ exports['e2e events'] = ` "title": "test 5", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abc!');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -2045,10 +2045,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 27, + "line": 32, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:38:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:43:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -2078,7 +2078,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2092,10 +2092,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2110,7 +2110,7 @@ exports['e2e events'] = ` "title": "test 6", "state": "passed", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -2129,10 +2129,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 33, + "line": 39, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:45:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:51:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -2162,7 +2162,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2176,10 +2176,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2194,7 +2194,7 @@ exports['e2e events'] = ` "title": "test 7", "state": "passed", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'def');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -2213,10 +2213,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 39, + "line": 46, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:52:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:59:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -2246,7 +2246,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2260,10 +2260,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 46, + "line": 54, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2278,7 +2278,7 @@ exports['e2e events'] = ` "title": "test 8", "state": "passed", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'defabc');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -2297,10 +2297,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 47, + "line": 55, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:63:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:71:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "final": true, "currentRetry": 0, @@ -2551,7 +2551,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "retries": -1, "_slow": 10000, @@ -2577,7 +2577,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "retries": -1, "_slow": 10000, @@ -2587,7 +2587,7 @@ exports['e2e events'] = ` "id": "r4", "title": "test 1", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -2599,7 +2599,7 @@ exports['e2e events'] = ` "line": 5, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:17:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -2621,7 +2621,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2638,7 +2638,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2657,7 +2657,7 @@ exports['e2e events'] = ` "id": "r5", "title": "test 2", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('def').should('have.value', 'abcdef');\\n }", + "body": "() => {\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'abcdef');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -2666,10 +2666,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 11, + "line": 12, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:24:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:25:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -2691,7 +2691,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2708,7 +2708,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2727,7 +2727,7 @@ exports['e2e events'] = ` "id": "r6", "title": "test 3", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi');\\n }", + "body": "() => {\\n cy.get('#text-target').type('ghi');\\n cy.get('#text-target').should('have.value', 'abcdefghi');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -2736,10 +2736,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 15, + "line": 17, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:27:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:29:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -2761,7 +2761,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2778,7 +2778,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2797,7 +2797,7 @@ exports['e2e events'] = ` "id": "r7", "title": "test 4", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abcdefghi!');\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -2806,10 +2806,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 19, + "line": 22, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:30:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:33:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -2831,7 +2831,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2848,7 +2848,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2867,7 +2867,7 @@ exports['e2e events'] = ` "id": "r8", "title": "test 5", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('!').should('have.value', 'abc!');\\n }", + "body": "() => {\\n cy.get('#text-target').type('!');\\n cy.get('#text-target').should('have.value', 'abc!');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -2876,10 +2876,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 27, + "line": 32, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:38:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:43:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -2901,7 +2901,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -2918,7 +2918,7 @@ exports['e2e events'] = ` "line": 4, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:14:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -2952,10 +2952,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "retries": -1, "_slow": 10000, @@ -2965,7 +2965,7 @@ exports['e2e events'] = ` "id": "r10", "title": "test 6", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc').should('have.value', 'abc');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'abc');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -2974,10 +2974,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 33, + "line": 39, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:45:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:51:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -2999,7 +2999,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -3013,10 +3013,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -3035,7 +3035,7 @@ exports['e2e events'] = ` "id": "r11", "title": "test 7", "pending": false, - "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def').should('have.value', 'def');\\n }", + "body": "() => {\\n cy.visit('cypress/fixtures/dom-with-browser-interactions.html');\\n cy.wait(1000, {\\n log: false\\n });\\n cy.get('#text-target').type('def');\\n cy.get('#text-target').should('have.value', 'def');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -3044,10 +3044,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 39, + "line": 46, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:52:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:59:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -3069,7 +3069,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -3083,10 +3083,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 32, + "line": 38, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:42:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:48:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -3120,10 +3120,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 46, + "line": 54, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "retries": -1, "_slow": 10000, @@ -3133,7 +3133,7 @@ exports['e2e events'] = ` "id": "r13", "title": "test 8", "pending": false, - "body": "() => {\\n cy.get('#text-target').type('abc').should('have.value', 'defabc');\\n }", + "body": "() => {\\n cy.get('#text-target').type('abc');\\n cy.get('#text-target').should('have.value', 'defabc');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -3142,10 +3142,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 47, + "line": 55, "column": 4, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:63:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:71:5)\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" }, "currentRetry": 0, "retries": -1, @@ -3167,7 +3167,7 @@ exports['e2e events'] = ` "line": 3, "column": 0, "whitespace": " ", - "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } }, { @@ -3181,10 +3181,10 @@ exports['e2e events'] = ` "originalFile": "webpack://protocol-sample-project/./cypress/e2e/test-isolation.cy.js", "relativeFile": "cypress/e2e/test-isolation.cy.js", "absoluteFile": "/path/to/absoluteFile", - "line": 46, + "line": 54, "column": 2, "whitespace": " ", - "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:60:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:12)\\n at eval ()" + "stack": "Error\\n at Suite.eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:68:3)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:11:1)\\n at eval (http://localhost:2121/__cypress/tests?p=cypress/e2e/test-isolation.cy.js:77:12)\\n at eval ()" } } ], @@ -3503,6 +3503,25 @@ exports['e2e events'] = ` "hookId": "r4", "instrument": "command", "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-6", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **abc**", "name": "assert", "numElements": 1, @@ -3520,7 +3539,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-6", + "id": "log-http://localhost:2121-7", "event": false, "hookId": "r5", "instrument": "command", @@ -3539,7 +3558,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-7", + "id": "log-http://localhost:2121-8", "event": false, "hookId": "r5", "instrument": "command", @@ -3561,7 +3580,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-8", + "id": "log-http://localhost:2121-9", + "event": false, + "hookId": "r5", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r5", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-10", "event": false, "hookId": "r5", "instrument": "command", @@ -3583,7 +3621,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-9", + "id": "log-http://localhost:2121-11", "event": false, "hookId": "r6", "instrument": "command", @@ -3602,7 +3640,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-10", + "id": "log-http://localhost:2121-12", "event": false, "hookId": "r6", "instrument": "command", @@ -3624,7 +3662,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-11", + "id": "log-http://localhost:2121-13", + "event": false, + "hookId": "r6", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r6", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-14", "event": false, "hookId": "r6", "instrument": "command", @@ -3646,7 +3703,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-12", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r7", "instrument": "command", @@ -3665,7 +3722,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-13", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r7", "instrument": "command", @@ -3687,7 +3744,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-17", + "event": false, + "hookId": "r7", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r7", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-18", "event": false, "hookId": "r7", "instrument": "command", @@ -3709,7 +3785,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r7", "instrument": "command", @@ -3728,7 +3804,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-21", "event": false, "hookId": "r7", "instrument": "command", @@ -3747,7 +3823,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-18", + "id": "log-http://localhost:2121-22", "event": false, "hookId": "r7", "instrument": "command", @@ -3769,7 +3845,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-19", + "id": "log-http://localhost:2121-23", + "event": false, + "hookId": "r7", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r7", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-24", "event": false, "hookId": "r7", "instrument": "command", @@ -3791,7 +3886,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-20", + "id": "log-http://localhost:2121-25", "event": false, "hookId": "r8", "instrument": "command", @@ -3810,7 +3905,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-21", + "id": "log-http://localhost:2121-26", "event": false, "hookId": "r8", "instrument": "command", @@ -3832,7 +3927,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-22", + "id": "log-http://localhost:2121-27", + "event": false, + "hookId": "r8", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r8", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-28", "event": false, "hookId": "r8", "instrument": "command", @@ -3854,7 +3968,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-23", + "id": "log-http://localhost:2121-29", "event": false, "hookId": "r10", "instrument": "command", @@ -3873,7 +3987,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-25", + "id": "log-http://localhost:2121-31", "event": false, "hookId": "r10", "instrument": "command", @@ -3892,7 +4006,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-26", + "id": "log-http://localhost:2121-32", "event": false, "hookId": "r10", "instrument": "command", @@ -3914,7 +4028,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-27", + "id": "log-http://localhost:2121-33", + "event": false, + "hookId": "r10", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r10", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-34", "event": false, "hookId": "r10", "instrument": "command", @@ -3936,7 +4069,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-28", + "id": "log-http://localhost:2121-35", "event": false, "hookId": "r11", "instrument": "command", @@ -3955,7 +4088,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-30", + "id": "log-http://localhost:2121-37", "event": false, "hookId": "r11", "instrument": "command", @@ -3974,7 +4107,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-31", + "id": "log-http://localhost:2121-38", "event": false, "hookId": "r11", "instrument": "command", @@ -3996,7 +4129,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-32", + "id": "log-http://localhost:2121-39", + "event": false, + "hookId": "r11", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r11", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-40", "event": false, "hookId": "r11", "instrument": "command", @@ -4018,7 +4170,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-33", + "id": "log-http://localhost:2121-41", "event": false, "hookId": "r13", "instrument": "command", @@ -4037,7 +4189,7 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-34", + "id": "log-http://localhost:2121-42", "event": false, "hookId": "r13", "instrument": "command", @@ -4059,7 +4211,26 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-35", + "id": "log-http://localhost:2121-43", + "event": false, + "hookId": "r13", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r13", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-44", "event": false, "hookId": "r13", "instrument": "command", @@ -4272,16 +4443,16 @@ exports['e2e events'] = ` { "id": "log-http://localhost:2121-10", "event": false, - "hookId": "r6", + "hookId": "r5", "instrument": "command", "hidden": false, - "message": "ghi", - "name": "type", + "message": "expected **** to have value **abcdef**", + "name": "assert", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r6", - "timeout": 4000, + "testId": "r5", + "timeout": 0, "type": "child", "url": "", "visible": true, @@ -4289,16 +4460,6 @@ exports['e2e events'] = ` "testCurrentRetry": 0, "snapshots": [ { - "name": "before", - "timestamp": "Any.Number", - "elementsToHighlight": [ - { - "selector": "#text-target" - } - ] - }, - { - "name": "after", "timestamp": "Any.Number", "elementsToHighlight": [ { @@ -4317,14 +4478,14 @@ exports['e2e events'] = ` "hookId": "r6", "instrument": "command", "hidden": false, - "message": "expected **** to have value **abcdefghi**", - "name": "assert", + "message": "#text-target", + "name": "get", "numElements": 1, "renderProps": {}, "state": "passed", "testId": "r6", - "timeout": 0, - "type": "child", + "timeout": 4000, + "type": "parent", "url": "", "visible": true, "wallClockStartedAt": "Any.ISODate", @@ -4346,23 +4507,33 @@ exports['e2e events'] = ` { "id": "log-http://localhost:2121-12", "event": false, - "hookId": "r7", + "hookId": "r6", "instrument": "command", "hidden": false, - "message": "#text-target", - "name": "get", + "message": "ghi", + "name": "type", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r7", + "testId": "r6", "timeout": 4000, - "type": "parent", + "type": "child", "url": "", "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + }, + { + "name": "after", "timestamp": "Any.Number", "elementsToHighlight": [ { @@ -4378,6 +4549,102 @@ exports['e2e events'] = ` { "id": "log-http://localhost:2121-13", "event": false, + "hookId": "r6", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r6", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-14", + "event": false, + "hookId": "r6", + "instrument": "command", + "hidden": false, + "message": "expected **** to have value **abcdefghi**", + "name": "assert", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r6", + "timeout": 0, + "type": "child", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-15", + "event": false, + "hookId": "r7", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r7", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-16", + "event": false, "hookId": "r7", "instrument": "command", "hidden": false, @@ -4418,7 +4685,39 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-17", + "event": false, + "hookId": "r7", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r7", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-18", "event": false, "hookId": "r7", "instrument": "command", @@ -4450,7 +4749,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r7", "instrument": "command", @@ -4474,7 +4773,42 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-2", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, + "message": "#in-shadow", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/shadow-dom.html", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": [ + "#shadow-root", + "#in-shadow" + ] + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-21", "event": false, "hookId": "r7", "instrument": "command", @@ -4506,7 +4840,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-18", + "id": "log-http://localhost:2121-22", "event": false, "hookId": "r7", "instrument": "command", @@ -4556,19 +4890,19 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-19", + "id": "log-http://localhost:2121-23", "event": false, "hookId": "r7", "instrument": "command", "hidden": false, - "message": "expected **** to have value **abc**", - "name": "assert", + "message": "#text-target", + "name": "get", "numElements": 1, "renderProps": {}, "state": "passed", "testId": "r7", - "timeout": 0, - "type": "child", + "timeout": 4000, + "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, "wallClockStartedAt": "Any.ISODate", @@ -4588,20 +4922,20 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-2", + "id": "log-http://localhost:2121-24", "event": false, - "hookId": "r3", + "hookId": "r7", "instrument": "command", "hidden": false, - "message": "#in-shadow", - "name": "get", + "message": "expected **** to have value **abc**", + "name": "assert", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r3", - "timeout": 4000, - "type": "parent", - "url": "http://localhost:2121/cypress/fixtures/shadow-dom.html", + "testId": "r7", + "timeout": 0, + "type": "child", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, @@ -4610,10 +4944,7 @@ exports['e2e events'] = ` "timestamp": "Any.Number", "elementsToHighlight": [ { - "selector": [ - "#shadow-root", - "#in-shadow" - ] + "selector": "#text-target" } ] } @@ -4623,7 +4954,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-20", + "id": "log-http://localhost:2121-25", "event": false, "hookId": "r8", "instrument": "command", @@ -4655,7 +4986,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-21", + "id": "log-http://localhost:2121-26", "event": false, "hookId": "r8", "instrument": "command", @@ -4697,7 +5028,39 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-22", + "id": "log-http://localhost:2121-27", + "event": false, + "hookId": "r8", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r8", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-28", "event": false, "hookId": "r8", "instrument": "command", @@ -4729,31 +5092,98 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-23", + "id": "log-http://localhost:2121-29", + "event": false, + "hookId": "r10", + "instrument": "command", + "hidden": false, + "message": "cypress/fixtures/dom-with-browser-interactions.html", + "name": "visit", + "renderProps": {}, + "state": "passed", + "testId": "r10", + "timeout": 60000, + "type": "parent", + "url": "cypress/fixtures/dom-with-browser-interactions.html", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number" + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-3", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-3", "event": false, - "hookId": "r10", + "hookId": "r3", "instrument": "command", "hidden": false, - "message": "cypress/fixtures/dom-with-browser-interactions.html", - "name": "visit", + "message": "expected **** to exist in the DOM", + "name": "assert", + "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r10", - "timeout": 60000, - "type": "parent", - "url": "cypress/fixtures/dom-with-browser-interactions.html", + "testId": "r3", + "timeout": 0, + "type": "child", + "url": "http://localhost:2121/cypress/fixtures/shadow-dom.html", + "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "timestamp": "Any.Number" + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": [ + "#shadow-root", + "#in-shadow" + ] + } + ] } ], "createdAtTimestamp": "Any.Number", - "updatedAtTimestamp": "Any.Number" + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-25", + "id": "log-http://localhost:2121-31", "event": false, "hookId": "r10", "instrument": "command", @@ -4785,7 +5215,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-26", + "id": "log-http://localhost:2121-32", "event": false, "hookId": "r10", "instrument": "command", @@ -4835,7 +5265,39 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-27", + "id": "log-http://localhost:2121-33", + "event": false, + "hookId": "r10", + "instrument": "command", + "hidden": false, + "message": "#text-target", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r10", + "timeout": 4000, + "type": "parent", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-34", "event": false, "hookId": "r10", "instrument": "command", @@ -4867,7 +5329,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-28", + "id": "log-http://localhost:2121-35", "event": false, "hookId": "r11", "instrument": "command", @@ -4891,9 +5353,9 @@ exports['e2e events'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-3", + "id": "log-http://localhost:2121-37", "event": false, - "hookId": "r4", + "hookId": "r11", "instrument": "command", "hidden": false, "message": "#text-target", @@ -4901,7 +5363,7 @@ exports['e2e events'] = ` "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r4", + "testId": "r11", "timeout": 4000, "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", @@ -4923,42 +5385,57 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-3", + "id": "log-http://localhost:2121-38", "event": false, - "hookId": "r3", + "hookId": "r11", "instrument": "command", "hidden": false, - "message": "expected **** to exist in the DOM", - "name": "assert", + "message": "def", + "name": "type", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r3", - "timeout": 0, + "testId": "r11", + "timeout": 4000, "type": "child", - "url": "http://localhost:2121/cypress/fixtures/shadow-dom.html", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { + "name": "before", "timestamp": "Any.Number", "elementsToHighlight": [ { - "selector": [ - "#shadow-root", - "#in-shadow" - ] + "selector": "#text-target" + } + ] + }, + { + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" } ] } ], "createdAtTimestamp": "Any.Number", "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-30", + "id": "log-http://localhost:2121-39", "event": false, "hookId": "r11", "instrument": "command", @@ -4990,17 +5467,17 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-31", + "id": "log-http://localhost:2121-4", "event": false, - "hookId": "r11", + "hookId": "r4", "instrument": "command", "hidden": false, - "message": "def", + "message": "abc", "name": "type", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r11", + "testId": "r4", "timeout": 4000, "type": "child", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", @@ -5040,7 +5517,31 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-32", + "id": "log-http://localhost:2121-4", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "cypress/fixtures/shadow-dom-closed.html", + "name": "visit", + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 60000, + "type": "parent", + "url": "cypress/fixtures/shadow-dom-closed.html", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number" + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-40", "event": false, "hookId": "r11", "instrument": "command", @@ -5072,7 +5573,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-33", + "id": "log-http://localhost:2121-41", "event": false, "hookId": "r13", "instrument": "command", @@ -5104,7 +5605,7 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-34", + "id": "log-http://localhost:2121-42", "event": false, "hookId": "r13", "instrument": "command", @@ -5146,19 +5647,19 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-35", + "id": "log-http://localhost:2121-43", "event": false, "hookId": "r13", "instrument": "command", "hidden": false, - "message": "expected **** to have value **defabc**", - "name": "assert", + "message": "#text-target", + "name": "get", "numElements": 1, "renderProps": {}, "state": "passed", "testId": "r13", - "timeout": 0, - "type": "child", + "timeout": 4000, + "type": "parent", "url": "", "visible": true, "wallClockStartedAt": "Any.ISODate", @@ -5178,35 +5679,25 @@ exports['e2e events'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-4", + "id": "log-http://localhost:2121-44", "event": false, - "hookId": "r4", + "hookId": "r13", "instrument": "command", "hidden": false, - "message": "abc", - "name": "type", + "message": "expected **** to have value **defabc**", + "name": "assert", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r4", - "timeout": 4000, + "testId": "r13", + "timeout": 0, "type": "child", - "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", + "url": "", "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "name": "before", - "timestamp": "Any.Number", - "elementsToHighlight": [ - { - "selector": "#text-target" - } - ] - }, - { - "name": "after", "timestamp": "Any.Number", "elementsToHighlight": [ { @@ -5217,54 +5708,22 @@ exports['e2e events'] = ` ], "createdAtTimestamp": "Any.Number", "updatedAtTimestamp": "Any.Number", - "coords": { - "top": "Any.Number", - "left": "Any.Number", - "topCenter": "Any.Number", - "leftCenter": "Any.Number", - "x": "Any.Number", - "y": "Any.Number" - }, "highlightAttr": "data-cypress-el" }, - { - "id": "log-http://localhost:2121-4", - "event": false, - "hookId": "r4", - "instrument": "command", - "hidden": false, - "message": "cypress/fixtures/shadow-dom-closed.html", - "name": "visit", - "renderProps": {}, - "state": "passed", - "testId": "r4", - "timeout": 60000, - "type": "parent", - "url": "cypress/fixtures/shadow-dom-closed.html", - "wallClockStartedAt": "Any.ISODate", - "testCurrentRetry": 0, - "snapshots": [ - { - "timestamp": "Any.Number" - } - ], - "createdAtTimestamp": "Any.Number", - "updatedAtTimestamp": "Any.Number" - }, { "id": "log-http://localhost:2121-5", "event": false, "hookId": "r4", "instrument": "command", "hidden": false, - "message": "expected **** to have value **abc**", - "name": "assert", + "message": "#text-target", + "name": "get", "numElements": 1, "renderProps": {}, "state": "passed", "testId": "r4", - "timeout": 0, - "type": "child", + "timeout": 4000, + "type": "parent", "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, "wallClockStartedAt": "Any.ISODate", @@ -5313,18 +5772,18 @@ exports['e2e events'] = ` { "id": "log-http://localhost:2121-6", "event": false, - "hookId": "r5", + "hookId": "r4", "instrument": "command", "hidden": false, - "message": "#text-target", - "name": "get", + "message": "expected **** to have value **abc**", + "name": "assert", "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r5", - "timeout": 4000, - "type": "parent", - "url": "", + "testId": "r4", + "timeout": 0, + "type": "child", + "url": "http://localhost:2121/cypress/fixtures/dom-with-browser-interactions.html", "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, @@ -5372,30 +5831,20 @@ exports['e2e events'] = ` "hookId": "r5", "instrument": "command", "hidden": false, - "message": "def", - "name": "type", + "message": "#text-target", + "name": "get", "numElements": 1, "renderProps": {}, "state": "passed", "testId": "r5", "timeout": 4000, - "type": "child", + "type": "parent", "url": "", "visible": true, "wallClockStartedAt": "Any.ISODate", "testCurrentRetry": 0, "snapshots": [ { - "name": "before", - "timestamp": "Any.Number", - "elementsToHighlight": [ - { - "selector": "#text-target" - } - ] - }, - { - "name": "after", "timestamp": "Any.Number", "elementsToHighlight": [ { @@ -5414,13 +5863,13 @@ exports['e2e events'] = ` "hookId": "r5", "instrument": "command", "hidden": false, - "message": "expected **** to have value **abcdef**", - "name": "assert", + "message": "def", + "name": "type", "numElements": 1, "renderProps": {}, "state": "passed", "testId": "r5", - "timeout": 0, + "timeout": 4000, "type": "child", "url": "", "visible": true, @@ -5428,6 +5877,16 @@ exports['e2e events'] = ` "testCurrentRetry": 0, "snapshots": [ { + "name": "before", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#text-target" + } + ] + }, + { + "name": "after", "timestamp": "Any.Number", "elementsToHighlight": [ { @@ -5443,7 +5902,7 @@ exports['e2e events'] = ` { "id": "log-http://localhost:2121-9", "event": false, - "hookId": "r6", + "hookId": "r5", "instrument": "command", "hidden": false, "message": "#text-target", @@ -5451,7 +5910,7 @@ exports['e2e events'] = ` "numElements": 1, "renderProps": {}, "state": "passed", - "testId": "r6", + "testId": "r5", "timeout": 4000, "type": "parent", "url": "", @@ -5844,7 +6303,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "order": 1, "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -5874,7 +6333,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "order": 2, "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -5887,7 +6346,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": 0, @@ -5904,7 +6363,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "order": 1, "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -5934,7 +6393,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "order": 2, "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -5947,7 +6406,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": 0, @@ -5974,7 +6433,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6024,7 +6483,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6045,7 +6504,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -6072,7 +6531,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6122,7 +6581,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6143,7 +6602,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -6171,7 +6630,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6217,7 +6676,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6239,7 +6698,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -6263,7 +6722,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6309,7 +6768,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -6331,7 +6790,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -6378,7 +6837,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "id": "r3", "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -6409,7 +6868,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "id": "r4", "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -6421,7 +6880,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": -1, @@ -6481,7 +6940,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "id": "r3", "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -6512,7 +6971,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "id": "r4", "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -6524,7 +6983,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": -1, @@ -6621,6 +7080,25 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "hookId": "r3", "instrument": "command", "hidden": false, + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **Hello Earth**", "name": "assert", "numElements": 1, @@ -6638,7 +7116,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -6660,7 +7138,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -6679,7 +7157,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -6701,7 +7179,26 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -6791,6 +7288,25 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "hookId": "r3", "instrument": "command", "hidden": false, + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **Hello Mars**", "name": "assert", "numElements": 1, @@ -6808,7 +7324,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -6830,7 +7346,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -6849,7 +7365,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -6871,7 +7387,26 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -6900,6 +7435,70 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "hookId": "r3", "instrument": "command", "hidden": false, + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **Hello Earth**", "name": "assert", "numElements": 1, @@ -6927,7 +7526,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-10", + "id": "log-http://localhost:2121-11", "event": false, "hookId": "r3", "instrument": "command", @@ -6959,7 +7558,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -6991,7 +7590,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -7023,7 +7622,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -7055,7 +7654,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -7087,7 +7686,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -7137,7 +7736,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -7165,7 +7764,79 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` ] }, { - "name": "after", + "name": "after", + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "coords": { + "top": "Any.Number", + "left": "Any.Number", + "topCenter": "Any.Number", + "leftCenter": "Any.Number", + "x": "Any.Number", + "y": "Any.Number" + }, + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { "timestamp": "Any.Number", "elementsToHighlight": [ { @@ -7176,18 +7847,10 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` ], "createdAtTimestamp": "Any.Number", "updatedAtTimestamp": "Any.Number", - "coords": { - "top": "Any.Number", - "left": "Any.Number", - "topCenter": "Any.Number", - "leftCenter": "Any.Number", - "x": "Any.Number", - "y": "Any.Number" - }, "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -7219,7 +7882,7 @@ exports['component events - experimentalSingleTabRunMode: true'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -7575,7 +8238,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "order": 1, "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -7605,7 +8268,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "order": 2, "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -7618,7 +8281,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": 0, @@ -7635,7 +8298,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "order": 1, "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -7665,7 +8328,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "order": 2, "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "wallClockStartedAt": "Any.ISODate", "file": null, @@ -7678,7 +8341,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": 0, @@ -7705,7 +8368,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -7755,7 +8418,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -7776,7 +8439,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -7803,7 +8466,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -7853,7 +8516,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -7874,7 +8537,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -7902,7 +8565,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -7948,7 +8611,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -7970,7 +8633,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -7994,7 +8657,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 1", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -8040,7 +8703,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "title": "test 2", "state": "passed", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "duration": "Any.Number", "wallClockStartedAt": "Any.ISODate", @@ -8062,7 +8725,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "final": true, "currentRetry": 0, @@ -8109,7 +8772,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "id": "r3", "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth').should('have.value', 'Hello Earth');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Hello Earth');\\n cy.get('#earth-text').should('have.value', 'Hello Earth');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -8140,7 +8803,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "id": "r4", "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?').should('have.value', 'Where\\\\'s Mars?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloEarth_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#earth-text').type('Where\\\\'s Mars?');\\n cy.get('#earth-text').should('have.value', 'Where\\\\'s Mars?');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -8152,7 +8815,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-0.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": -1, @@ -8212,7 +8875,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "id": "r3", "title": "test 1", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars').should('have.value', 'Hello Mars');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Hello Mars');\\n cy.get('#mars-text').should('have.value', 'Hello Mars');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -8243,7 +8906,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "id": "r4", "title": "test 2", "pending": false, - "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?').should('have.value', 'Where\\\\'s Earth?');\\n }", + "body": "function () {\\n cy.mount( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_HelloMars_jsx__WEBPACK_IMPORTED_MODULE_1__[\\"default\\"], null));\\n cy.get('#mars-text').type('Where\\\\'s Earth?');\\n cy.get('#mars-text').should('have.value', 'Where\\\\'s Earth?');\\n }", "type": "test", "file": null, "invocationDetails": { @@ -8255,7 +8918,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "line": 94, "column": 17, "whitespace": " ", - "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:21:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" + "stack": "Error\\n at Object.getInvocationDetails (cypress:///../driver/src/cypress/stack_utils.ts:94:17)\\n at Suite.addTest (cypress:///../driver/src/cypress/mocha.ts:462:85)\\n at context.it.context.specify (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:88:13)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)\\n at Suite. (http://localhost:2121/__cypress/src/spec-1.js:22:3)\\n at Object.create (cypress:///../driver/node_modules/mocha/lib/interfaces/common.js:140:19)\\n at context.describe.context.context (cypress:///../driver/node_modules/mocha/lib/interfaces/bdd.js:41:27)\\n at createRunnable (cypress:///../driver/src/cypress/mocha.ts:126:31)\\n at eval (cypress:///../driver/src/cypress/mocha.ts:187:14)" }, "currentRetry": 0, "retries": -1, @@ -8352,6 +9015,25 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "hookId": "r3", "instrument": "command", "hidden": false, + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **Hello Earth**", "name": "assert", "numElements": 1, @@ -8369,7 +9051,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -8391,7 +9073,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -8410,7 +9092,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -8432,7 +9114,26 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#earth-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -8522,6 +9223,25 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "hookId": "r3", "instrument": "command", "hidden": false, + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **Hello Mars**", "name": "assert", "numElements": 1, @@ -8539,7 +9259,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -8561,7 +9281,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -8580,7 +9300,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "updatedAtTimestamp": "Any.Number" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -8602,7 +9322,26 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#mars-text", + "name": "get", + "renderProps": {}, + "state": "pending", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number" + }, + { + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -8631,6 +9370,70 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "hookId": "r3", "instrument": "command", "hidden": false, + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-10", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r3", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-11", + "event": false, + "hookId": "r3", + "instrument": "command", + "hidden": false, "message": "expected **** to have value **Hello Earth**", "name": "assert", "numElements": 1, @@ -8658,7 +9461,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-10", + "id": "log-http://localhost:2121-11", "event": false, "hookId": "r3", "instrument": "command", @@ -8690,7 +9493,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -8722,7 +9525,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-14", + "id": "log-http://localhost:2121-15", "event": false, "hookId": "r4", "instrument": "command", @@ -8754,7 +9557,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -8786,7 +9589,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-15", + "id": "log-http://localhost:2121-16", "event": false, "hookId": "r4", "instrument": "command", @@ -8818,7 +9621,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -8868,7 +9671,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-16", + "id": "log-http://localhost:2121-17", "event": false, "hookId": "r4", "instrument": "command", @@ -8918,7 +9721,71 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#earth-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#earth-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-18", + "event": false, + "hookId": "r4", + "instrument": "command", + "hidden": false, + "message": "#mars-text", + "name": "get", + "numElements": 1, + "renderProps": {}, + "state": "passed", + "testId": "r4", + "timeout": 4000, + "type": "parent", + "url": "", + "visible": true, + "wallClockStartedAt": "Any.ISODate", + "testCurrentRetry": 0, + "snapshots": [ + { + "timestamp": "Any.Number", + "elementsToHighlight": [ + { + "selector": "#mars-text" + } + ] + } + ], + "createdAtTimestamp": "Any.Number", + "updatedAtTimestamp": "Any.Number", + "highlightAttr": "data-cypress-el" + }, + { + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", @@ -8950,7 +9817,7 @@ exports['component events - experimentalSingleTabRunMode: false'] = ` "highlightAttr": "data-cypress-el" }, { - "id": "log-http://localhost:2121-17", + "id": "log-http://localhost:2121-19", "event": false, "hookId": "r4", "instrument": "command", diff --git a/system-tests/projects/protocol/cypress/e2e/font-flooding.cy.js b/system-tests/projects/protocol/cypress/e2e/font-flooding.cy.js index 52e7db9549bc..28e1c2330074 100644 --- a/system-tests/projects/protocol/cypress/e2e/font-flooding.cy.js +++ b/system-tests/projects/protocol/cypress/e2e/font-flooding.cy.js @@ -1,11 +1,13 @@ describe('font flooding', () => { it('will not occur', () => { cy.visit('cypress/fixtures/font-flooding.html') - cy.get('#btn').click().should('have.text', 'Clicked') + cy.get('#btn').click() + cy.get('#btn').should('have.text', 'Clicked') }) it('will not occur', () => { cy.visit('cypress/fixtures/font-flooding.html') - cy.get('#btn').click().should('have.text', 'Clicked') + cy.get('#btn').click() + cy.get('#btn').should('have.text', 'Clicked') }) }) diff --git a/system-tests/projects/protocol/cypress/e2e/test-isolation.cy.js b/system-tests/projects/protocol/cypress/e2e/test-isolation.cy.js index f367a50c363a..b98d21acbbde 100644 --- a/system-tests/projects/protocol/cypress/e2e/test-isolation.cy.js +++ b/system-tests/projects/protocol/cypress/e2e/test-isolation.cy.js @@ -5,27 +5,33 @@ describe('test isolation', { baseUrl: null }, () => { it('test 1', () => { cy.visit('cypress/fixtures/dom-with-browser-interactions.html') cy.wait(1000, { log: false }) - cy.get('#text-target').type('abc').should('have.value', 'abc') + cy.get('#text-target').type('abc') + cy.get('#text-target').should('have.value', 'abc') }) it('test 2', () => { - cy.get('#text-target').type('def').should('have.value', 'abcdef') + cy.get('#text-target').type('def') + cy.get('#text-target').should('have.value', 'abcdef') }) it('test 3', () => { - cy.get('#text-target').type('ghi').should('have.value', 'abcdefghi') + cy.get('#text-target').type('ghi') + cy.get('#text-target').should('have.value', 'abcdefghi') }) it('test 4', () => { - cy.get('#text-target').type('!').should('have.value', 'abcdefghi!') + cy.get('#text-target').type('!') + cy.get('#text-target').should('have.value', 'abcdefghi!') cy.visit('cypress/fixtures/dom-with-browser-interactions.html') cy.wait(1000, { log: false }) - cy.get('#text-target').type('abc').should('have.value', 'abc') + cy.get('#text-target').type('abc') + cy.get('#text-target').should('have.value', 'abc') }) it('test 5', () => { - cy.get('#text-target').type('!').should('have.value', 'abc!') + cy.get('#text-target').type('!') + cy.get('#text-target').should('have.value', 'abc!') }) }) @@ -33,19 +39,22 @@ describe('test isolation', { baseUrl: null }, () => { it('test 6', () => { cy.visit('cypress/fixtures/dom-with-browser-interactions.html') cy.wait(1000, { log: false }) - cy.get('#text-target').type('abc').should('have.value', 'abc') + cy.get('#text-target').type('abc') + cy.get('#text-target').should('have.value', 'abc') }) it('test 7', () => { cy.visit('cypress/fixtures/dom-with-browser-interactions.html') cy.wait(1000, { log: false }) - cy.get('#text-target').type('def').should('have.value', 'def') + cy.get('#text-target').type('def') + cy.get('#text-target').should('have.value', 'def') }) }) describe('test isolation false', { testIsolation: false }, () => { it('test 8', () => { - cy.get('#text-target').type('abc').should('have.value', 'defabc') + cy.get('#text-target').type('abc') + cy.get('#text-target').should('have.value', 'defabc') }) }) }) diff --git a/system-tests/projects/protocol/src/components/HelloEarth.cy.jsx b/system-tests/projects/protocol/src/components/HelloEarth.cy.jsx index 61aeeb9e86b9..42989cd60ee5 100644 --- a/system-tests/projects/protocol/src/components/HelloEarth.cy.jsx +++ b/system-tests/projects/protocol/src/components/HelloEarth.cy.jsx @@ -4,15 +4,13 @@ import HelloEarth from './HelloEarth.jsx' describe('', () => { it('test 1', () => { cy.mount() - cy.get('#earth-text') - .type('Hello Earth') - .should('have.value', 'Hello Earth') + cy.get('#earth-text').type('Hello Earth') + cy.get('#earth-text').should('have.value', 'Hello Earth') }) it('test 2', () => { cy.mount() - cy.get('#earth-text') - .type('Where\'s Mars?') - .should('have.value', 'Where\'s Mars?') + cy.get('#earth-text').type('Where\'s Mars?') + cy.get('#earth-text').should('have.value', 'Where\'s Mars?') }) }) diff --git a/system-tests/projects/protocol/src/components/HelloMars.cy.jsx b/system-tests/projects/protocol/src/components/HelloMars.cy.jsx index 2c0f69d8fe2b..586223d971dc 100644 --- a/system-tests/projects/protocol/src/components/HelloMars.cy.jsx +++ b/system-tests/projects/protocol/src/components/HelloMars.cy.jsx @@ -4,15 +4,13 @@ import HelloMars from './HelloMars.jsx' describe('', () => { it('test 1', () => { cy.mount() - cy.get('#mars-text') - .type('Hello Mars') - .should('have.value', 'Hello Mars') + cy.get('#mars-text').type('Hello Mars') + cy.get('#mars-text').should('have.value', 'Hello Mars') }) it('test 2', () => { cy.mount() - cy.get('#mars-text') - .type('Where\'s Earth?') - .should('have.value', 'Where\'s Earth?') + cy.get('#mars-text').type('Where\'s Earth?') + cy.get('#mars-text').should('have.value', 'Where\'s Earth?') }) }) diff --git a/yarn.lock b/yarn.lock index 3bb1235beb8e..764f4859e450 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15066,12 +15066,12 @@ eslint-module-utils@^2.1.1, eslint-module-utils@^2.7.2, eslint-module-utils@^2.8 dependencies: debug "^3.2.7" -eslint-plugin-cypress@2.11.2: - version "2.11.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.2.tgz#a8f3fe7ec840f55e4cea37671f93293e6c3e76a0" - integrity sha512-1SergF1sGbVhsf7MYfOLiBhdOg6wqyeV9pXUAIDIffYTGMN3dTBQS9nFAzhLsHhO+Bn0GaVM1Ecm71XUidQ7VA== +eslint-plugin-cypress@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz#380ef5049ad80ebeca923db69e4aa96e72fcd893" + integrity sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw== dependencies: - globals "^11.12.0" + globals "^13.20.0" eslint-plugin-graphql@4.0.0: version "4.0.0" @@ -17207,12 +17207,12 @@ global@~4.4.0: min-document "^2.19.0" process "^0.11.10" -globals@^11.1.0, globals@^11.12.0: +globals@^11.1.0: version "11.12.0" resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globals@^13.19.0: +globals@^13.19.0, globals@^13.20.0: version "13.24.0" resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==