Skip to content

Commit

Permalink
Try a different selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 10, 2024
1 parent 13fe6f4 commit 22d6310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ui.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ t.test('Test cavil ui', skip, async t => {
await page.goto(url);
await page.click('text=Artistic');
t.equal(await page.innerText('title'), 'Report for perl-Mojolicious');
await page.waitForSelector('#license-chart');
await page.waitForSelector('#dropdownMenuLink-1-4');

// Use menu to select a pattern
await page.locator('#dropdownMenuLink-1-4 i').click();
Expand Down

0 comments on commit 22d6310

Please sign in to comment.