Skip to content

Commit

Permalink
Korjaa Demo Nordean odotettu nimi smoketestissä
Browse files Browse the repository at this point in the history
  • Loading branch information
hruoho committed Jan 9, 2025
1 parent c0c677f commit 1eebd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketests/src/qa-kansalainen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const tryToLogin = async (page: Page) => {
await click(page, "#continue-button");

return (
(await textContent(page, ".header__name")) === "Nordea Demos. 21.2.1981"
(await textContent(page, ".header__name")) === "Demo Nordeas. 21.2.1981"
);
};

Expand Down

0 comments on commit 1eebd35

Please sign in to comment.