We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9b04c commit 6d6806dCopy full SHA for 6d6806d
cypress/e2e/contexts/torrent/specs/list/no_torrents_to_display.cy.ts
@@ -1,6 +1,6 @@
1
import { baseURL } from "nuxt/dist/core/runtime/nitro/paths";
2
3
-describe("A guest user", () => {
+describe("Users", () => {
4
before(() => {
5
// Deletes all torrents and their related info from the database so the test can pass
6
cy.clear_torrents_info_from_database();
0 commit comments