move previous work

This commit is contained in:
Daniel 2023-11-21 15:19:33 +01:00
parent 859bd57006
commit b84bd80842
10 changed files with 1 additions and 0 deletions

View file

@ -1,12 +0,0 @@
from conftest import check_for, RECORDS
""" Test Vikunja """
def test_vikunja(admin_session):
context, page = admin_session
with page.expect_popup() as info:
page.get_by_role("link", name="Vikunja").click()
vikunja = info.value
vikunja.get_by_text("Log in with").click()
check_for(vikunja.get_by_placeholder("Add a new task…"))
context.tracing.stop(path=f"{RECORDS}/vikunja.zip")