Revert "Merge branch 'i18n' into 'master'"
This reverts merge request !51
This commit is contained in:
@@ -32,7 +32,7 @@ test("User signups to event from front page", async (t) => {
|
||||
await t.wait(3000);
|
||||
await t.expect(await getPageUrl()).match(/\/events\/\d{1,4}/, "URL isn't /events/<id>");
|
||||
|
||||
const SignupButton = Selector("[data-e2e=\"signup-button\"]");
|
||||
const SignupButton = Selector("button");
|
||||
await t
|
||||
.click(SignupButton);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user