Skip to content

Commit 45a1d7d

Browse files
committed
test: ampersand in URLs should be stable
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 9573fed commit 45a1d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ describe('Floccus', function() {
12941294
})
12951295
const bookmark = await browser.bookmarks.create({
12961296
title: 'url|!"=)/§_:;Ä\'*ü"',
1297-
url: 'http://ur.l/<script>',
1297+
url: 'http://ur.l/?a&b=<script>',
12981298
parentId: barFolder.id
12991299
})
13001300
await account.sync()

0 commit comments

Comments
 (0)