All Statuses Passed Failed Flaky Skipped
All Browsers Chrome v143 on Windows 10 Edge v143 on Windows 10 Safari v26 on Mac OS 10 Firefox v144 on Windows 10 chromium Mobile Safari v26 on iOS 16 Chrome Mobile v143 on Android 11
Clear Filters
Full Path: > Chrome Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
📌 Annotations
Type: skip
Location: /Users/administrator/juliaHub-assignment/tests/demo-todo-app.spec.js:43:12
Test run Worker ID: 1 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Edge Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
Test run Worker ID: 2 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Webkit Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
Test run Worker ID: 4 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Firefox Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
Test run Worker ID: 3 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Edge Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877321182-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877327956-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877339000-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877321482-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877328668-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877339043-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877322422-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877328936-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877339943-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Firefox Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877323732-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877331875-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877343571-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Edge Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877341690-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877344153-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877347045-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877349094-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877341694-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877344151-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877347230-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877349509-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877344006-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877347104-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877349845-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877352410-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877348826-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877353249-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877357085-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877361034-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877381080-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877413315-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877445841-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Edge Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877478470-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877381462-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877413457-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877445891-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877478504-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877383220-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877414643-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877445797-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877476891-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877393025-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877425303-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877457377-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Firefox Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877492382-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
Test run Worker ID: 3 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Mobile Webkit Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
Test run Worker ID: 1 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Mobile Chrome Project > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
📌 Annotations
Type: skip
Location: /Users/administrator/juliaHub-assignment/tests/demo-todo-app.spec.js:43:12
Test run Worker ID: 2 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Mobile Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877485679-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877495144-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877519884-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Chromium Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877486051-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877494233-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877519883-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Mobile Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877486576-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877495841-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877519904-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Microsoft Edge > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
Test run Worker ID: 3 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Chromium Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877522379-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877524736-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877527057-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877528799-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877522468-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877524505-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877526582-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877528750-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877523069-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877525740-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877528606-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877531155-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
2-1770877532914-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 2 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877539763-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877545855-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 4 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Microsoft Edge > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877553514-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877559873-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877566795-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877573112-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877560326-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877592086-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877623898-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Chrome Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877655691-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877561013-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877593106-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877625478-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Chromium Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877657608-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877561966-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877592955-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877623904-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Mobile Webkit Project > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877654940-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877611130-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877650170-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877692351-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Microsoft Edge > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 1 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877728423-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > demo-todo-app.spec.js > New Todo > should allow me to add todo items, and skip late on
📌 Annotations
Type: skip
Location: /Users/administrator/juliaHub-assignment/tests/demo-todo-app.spec.js:43:12
Test run Worker ID: 4 [Total No. of Workers: 4]
Steps
Location: demo-todo-app.spec.js:3:6
test.beforeEach(async ({ page }) => {
Location: demo-todo-app.spec.js:4:14
await page.goto("https://demo.playwright.dev/todomvc");
Location: demo-todo-app.spec.js:21:19
await newTodo.fill(TODO_ITEMS[0]);
Location: demo-todo-app.spec.js:22:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:25:50
await expect(page.getByTestId("todo-title")).toHaveText([TODO_ITEMS[0]]);
Location: demo-todo-app.spec.js:28:19
await newTodo.fill(TODO_ITEMS[1]);
Location: demo-todo-app.spec.js:29:19
await newTodo.press("Enter");
Location: demo-todo-app.spec.js:35:50
await expect(page.getByTestId("todo-title")).toHaveText([
Location: demo-todo-app.spec.js:474:21
return await page.waitForFunction((e) => {
Console Output (stdout)
Copy button>
Created second todo item. \nCreated second todo item!! \nChecked number of todos in local storage.
Console Output (stderr) Created second todo item? \nCreated second todo item!
Full Path: > Google Chrome > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report"
Copy Error Prompt
Error Snippet 204 | // Failure Reason 1: Standard Assertion Error 205 | console . log( "Simulating Failure 1: Assertion Mismatch" ) ; > 206 | expect( await page . title() , "Run 1 Failure: Title mismatch" ) . toBe( | ^ 207 | "Incorrect Title" , 208 | ) ; 209 | } else if (attempt === 1 ) {
Steps
Location: example.spec.js:202:18
await page.goto("https://www.apple.com/in/");
Location: example.spec.js:203:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:206:67
expect(await page.title(), "Run 1 Failure: Title mismatch").toBe(
Error: Run 1 Failure: Title mismatchexpect( received ). toBe ( expected ) // Object.is equality Expected: "Incorrect Title" Received: "Getting Started - Playwright Pulse Report" at /Users/administrator/juliaHub-assignment/tests/example.spec.js:206:67
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 1 --- \nSimulating Failure 1: Assertion Mismatch
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877662610-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible
Copy Error Prompt
Error Snippet 213 | console . log( "Simulating Failure 2: Element Timeout" ) ; 214 | // Force a strict timeout for this step to fail quickly > 215 | await page . waitForSelector( "#non-existent-element" , { timeout : 2000 }) ; | ^ 216 | } else if (attempt === 2 ) { 217 | await page . goto( "https://google.com/" ) ; 218 | await page . goto( "https://www.apple.com/in/" ) ;
Steps
Location: example.spec.js:210:18
await page.goto("https://arghajit47.github.io/playwright-pulse/");
Location: example.spec.js:211:18
await page.goto("https://google.com/");
Location: example.spec.js:215:18
await page.waitForSelector("#non-existent-element", { timeout: 2000 });
TimeoutError: page.waitForSelector: Timeout 2000ms exceeded. Call log: - waiting for locator('#non-existent-element') to be visible at /Users/administrator/juliaHub-assignment/tests/example.spec.js:215:18
Copy Error Prompt
Console Output (stdout)
Copy button>
--- Execution Attempt: 2 --- \nSimulating Failure 2: Element Timeout
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877679916-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 1 [Total No. of Workers: 4]
Error: Run 3 Failure: Critical API connection refused
Copy Error Prompt
Error Snippet 219 | // Failure Reason 3: Unhandled Exception (simulating code crash) 220 | console . log( "Simulating Failure 3: System Error" ) ; > 221 | throw new Error ( "Run 3 Failure: Critical API connection refused" ) ; | ^ 222 | } else if (attempt === 3 ) { 223 | // Attempt 3 (The 4th run) will pass 224 | console . log( "Attempt 4: Success!" ) ;
Steps
Location: example.spec.js:217:18
await page.goto("https://google.com/");
Location: example.spec.js:218:18
await page.goto("https://www.apple.com/in/");
Console Output (stdout)
Copy button>
--- Execution Attempt: 3 --- \nSimulating Failure 3: System Error
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877686474-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > example.spec.js > Demonstrate the Pulse Static Report's feature > fails 3 times with different reasons before passing
Test run Worker ID: 3 [Total No. of Workers: 4]
Steps
Location: example.spec.js:225:20
Console Output (stdout)
Copy button>
--- Execution Attempt: 4 --- \nAttempt 4: Success!
Full Path: > Google Chrome > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877664406-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877682251-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 2 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877689664-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > new-test.spec.js > Sanity Tests > Wikipedia homepage loads
📌 Annotations
Type: pulse_severity
Description: High
Test run Worker ID: 4 [Total No. of Workers: 4]
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Copy Error Prompt
Error Snippet 8 | await page . goto( "https://www.wikipedia.org" ) ; 9 | await expect(page) . toHaveTitle( "Wikipedia" ) ; > 10 | await expect(page . getByText( "The Free Encyclopedia" )) . toBeVisible() ; | ^ 11 | const parser = new UAParser ( 12 | "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36" , 13 | ) ;
Steps
Location: new-test.spec.js:8:16
await page.goto("https://www.wikipedia.org");
Location: new-test.spec.js:9:24
await expect(page).toHaveTitle("Wikipedia");
Location: new-test.spec.js:10:59
await expect(page.getByText("The Free Encyclopedia")).toBeVisible();
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia') at /Users/administrator/juliaHub-assignment/tests/new-test.spec.js:10:59
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877696036-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877700868-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 2 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877747732-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 3 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877793698-trace.zip
Other Attachments
📝
error-context
text/markdown
Full Path: > Google Chrome > test.spec.js > Playwright's default Tests > flaky: should display and close modal
📌 Annotations
Type: pulse_severity
Description: Critical
Test run Worker ID: 4 [Total No. of Workers: 4]
Test timeout of 30000ms exceeded.
Copy Error Prompt
Steps
Location: test.spec.js:31:18
await page.goto("https://nextbnb-three.vercel.app/");
Location: test.spec.js:36:18
await page.click('[data-testid="open-settings"]');
Error: page.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('[data-testid="open-settings"]') at /Users/administrator/juliaHub-assignment/tests/test.spec.js:36:18
Copy Error Prompt
Videos
Your browser does not support the video tag.
Trace Files
📄
3-1770877839536-trace.zip
Other Attachments
📝
error-context
text/markdown
Loading Test Volume Trends...
Loading Duration Trends...
Loading Spec Duration Chart...
Loading Describe Duration Chart...
Loading Worker Distribution Chart...
18
Failed Tests
7
Browsers
300s
Total Duration
Analyze failed tests using AI to get suggestions and potential fixes. Click the AI Fix button for instant analysis or use Copy AI Prompt to analyze with your preferred AI tool.
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visib...
Show Full Error
▼
Error: expect( locator ). toBeVisible ( ) failed Locator: getByText('The Free Encyclopedia') Expected: visible Error: strict mode violation: getByText('The Free Encyclopedia') resolved to 2 elements: 1) <strong data-jsl10n="portal.slogan" class="jsl10n localized-slogan">The Free Encyclopedia</strong> aka getByText('The Free Encyclopedia', { exact: true }) 2) <strong class="jsl10n wikipedia25-slogan" data-jsl10n="portal.wikipedia25.slogan">25 years of the free encyclopedia</strong> aka getByText('years of the free encyclopedia') Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('The Free Encyclopedia')
Test timeout of 30000ms exceeded.
Show Full Error
▼
Test timeout of 30000ms exceeded.