mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-02 19:42:40 +00:00
test: Fixed result number for patch fix, b=(no-bug), c=tests
This commit is contained in:
@@ -40,7 +40,7 @@ add_task(async function test_Create_Pinned() {
|
||||
const total = UrlbarTestUtils.getResultCount(window);
|
||||
info(`Found ${total} matches`);
|
||||
|
||||
const result = await UrlbarTestUtils.getDetailsOfResultAt(window, 0);
|
||||
const result = await UrlbarTestUtils.getDetailsOfResultAt(window, 1);
|
||||
|
||||
const url = result?.url;
|
||||
Assert.equal(
|
||||
|
||||
Reference in New Issue
Block a user