Skip to content

Commit bef4d74

Browse files
committed
Fixed lint error
1 parent 7db51f8 commit bef4d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/tests/functional/plugins/notebook/notebookWithCouchDB.e2e.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ async function addTagAndAwaitNetwork(page, tagName) {
9494
page.locator(`[aria-label="Autocomplete Options"] >> text=${tagName}`).click(),
9595
expect(page.locator(`[aria-label="Tag"]:has-text("${tagName}")`)).toBeVisible()
9696
]);
97-
}
97+
}

0 commit comments

Comments
 (0)