Fix typo in e2e test
This commit is contained in:
@@ -11,7 +11,7 @@ test("Favicon exists", async t => {
|
|||||||
/**
|
/**
|
||||||
* Test if there is a favicon element on the page
|
* Test if there is a favicon element on the page
|
||||||
*/
|
*/
|
||||||
const elem = Selector("link[rel=\"icon\"");
|
const elem = Selector("link[rel=\"icon\"]");
|
||||||
await t.expect(elem.exists).ok();
|
await t.expect(elem.exists).ok();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user