Remove feature_dehydration (#138)
* Remove feature_dehydration * Remove remaining old dehydration * Update test
This commit is contained in:
parent
91e84f7951
commit
63986f8c42
6 changed files with 3 additions and 76 deletions
|
@ -32,7 +32,7 @@ test.describe("Soft logout", () => {
|
|||
|
||||
// back to the welcome page
|
||||
await expect(page).toHaveURL(/\/#\/home/);
|
||||
await expect(page.getByRole("heading", { name: "Welcome Alice", exact: true })).toBeVisible();
|
||||
await expect(page.getByRole("heading", { name: `Welcome ${user.userId}`, exact: true })).toBeVisible();
|
||||
});
|
||||
|
||||
test("still shows the soft-logout page when the page is reloaded after a soft-logout", async ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue