Skip to content

Commit 6d6806d

Browse files
committed
refactor: [#310] change describe to Users
1 parent 8e9b04c commit 6d6806d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/contexts/torrent/specs/list/no_torrents_to_display.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { baseURL } from "nuxt/dist/core/runtime/nitro/paths";
22

3-
describe("A guest user", () => {
3+
describe("Users", () => {
44
before(() => {
55
// Deletes all torrents and their related info from the database so the test can pass
66
cy.clear_torrents_info_from_database();

0 commit comments

Comments
 (0)