Tests: Adapt acceptance test to changes

This commit is contained in:
theresa 2023-01-12 09:18:08 +01:00
parent 6bdeaf4dbf
commit 6a0d71b49b

View file

@ -285,6 +285,7 @@ test.meta("testID", "photos-upload-delete-005").meta({ type: "short", mode: "pub
await t
.setFilesToUpload(Selector(".input-upload"), ["../../upload-files/hentai_2.jpg"])
.wait(15000);
await t.click(Selector("nav.v-toolbar button"));
await menu.openPage("library");
await t.click(library.logsTab);