Skip to content

Commit

Permalink
Merge and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratbg committed Apr 25, 2024
1 parent ae6c297 commit 9b3e824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/home.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defineFeature(feature, test => {
});

then('The text container should be visible', async () => {
await expect(page).toMatchElement('.text-container.visible');
await expect(page).notToMatchElement('.text-container.hidden');
});
});

Expand Down

0 comments on commit 9b3e824

Please sign in to comment.