mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add welcome page
This commit is contained in:
@@ -43,6 +43,7 @@ class ReadingIT extends PlaywrightTestBase {
|
||||
void scenario() {
|
||||
// login
|
||||
page.navigate("http://localhost:" + EXT.getLocalPort());
|
||||
page.locator("button:has-text('Log in')").click();
|
||||
PlaywrightTestUtils.login(page);
|
||||
PlaywrightAssertions.assertThat(page.locator("text=You don't have any subscriptions yet.")).hasCount(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user