From dc018561a017ffa81485fa34f35ea1564041ce34 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Sun, 11 May 2025 01:14:01 +0200 Subject: [PATCH] test: Fixed result number for patch fix, b=(no-bug), c=tests --- src/zen/tests/pinned/browser_issue_7654.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/tests/pinned/browser_issue_7654.js b/src/zen/tests/pinned/browser_issue_7654.js index 10c51beec..5ac6d2df0 100644 --- a/src/zen/tests/pinned/browser_issue_7654.js +++ b/src/zen/tests/pinned/browser_issue_7654.js @@ -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(