test: Fixed result number for patch fix, b=(no-bug), c=tests

This commit is contained in:
Mr. M
2025-05-11 01:14:01 +02:00
parent 520b41215c
commit dc018561a0

View File

@@ -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(