Skip to content

Commit

Permalink
fix: for some reason new ahjo mode is not on
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Aug 8, 2024
1 parent 2cabfbe commit 3423b9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fixture('Ahjo decision proposal for application')

test('Check for handling validation errors', async (t: TestController) => {
await ClientFunction(() => window.localStorage.setItem('newAhjoMode', '1'))();
await t.navigateTo('/');
const mainIngress = new MainIngress(fi.mainIngress.heading, 'h1');
await mainIngress.isLoaded();

Expand Down

0 comments on commit 3423b9d

Please sign in to comment.