Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
villepynttari committed Jun 27, 2024
1 parent e0a7954 commit 27ebe5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('ChooseOfficeView', () => {
);
});

expect(screen.getByText('Welcome, testname')).toBeTruthy();
expect(screen.getByText('Welcome, testname!')).toBeTruthy();
});

it('updates preferences when clicking a building name', async () => {
Expand Down

0 comments on commit 27ebe5c

Please sign in to comment.