test: add tests for tags

This commit is contained in:
thecodrr
2021-12-07 19:03:44 +05:00
parent a09033ec54
commit 284f46ad02
6 changed files with 283 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
const { Page, test, expect } = require("@playwright/test");
const { createNote, NOTE, getTestId } = require("./utils");
const { checkNotePresence } = require("./utils/conditions");
/**
* @type {Page}
*/