We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64218dd commit c1860deCopy full SHA for c1860de
tests/e2e/adminPage.spec.ts
@@ -36,7 +36,7 @@ test.describe.serial("Admin Page", () => {
36
})
37
test.afterAll(async () => {
38
// Close the browser instance after all tests
39
- await browser.close()
+ await browser.close()
40
41
42
test("should allow adding a report", async () => {
0 commit comments