diff --git a/webapp/e2e/steps/home.steps.js b/webapp/e2e/steps/home.steps.js index eeb89d7..e901a81 100644 --- a/webapp/e2e/steps/home.steps.js +++ b/webapp/e2e/steps/home.steps.js @@ -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'); }); });