Skip to content

Commit

Permalink
🧪: Tests e2e modificados
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed May 8, 2024
1 parent 4b73379 commit dc08581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/e2e/steps/register-form.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defineFeature(feature, test => {

then('I should be redirected to main page', async () => {
const title = await page.$eval("h2", element => element.textContent);
expect(title).toBe("Saber y Ganar Juego");
expect(title).toBe("WIQ 2024");

});
})
Expand Down

0 comments on commit dc08581

Please sign in to comment.