Skip to content

Commit

Permalink
Added android test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankur Narkhede committed Dec 19, 2023
1 parent e1eabab commit 1a30230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-test-js/tests/multipleBrowserContexts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { test } = require('../lambdatest-setup')
const { expect } = require('@playwright/test')

test.describe.skip('Browse LambdaTest in different browser contexts', () => {
test.only('Search LambdaTest & LambdaTest Blog on DuckDuckGo', async ({ page }, testInfo) => {
test('Search LambdaTest & LambdaTest Blog on DuckDuckGo', async ({ page }, testInfo) => {
await page.goto('https://duckduckgo.com')
let element = await page.locator("[name=\"q\"]");
await element.click();
Expand Down

0 comments on commit 1a30230

Please sign in to comment.