fix e2e tests
This commit is contained in:
@@ -99,7 +99,7 @@ const EventPageView: React.FC<EventPageViewProps> = ({ event }) => {
|
||||
<SignupButtons>
|
||||
{event.signupForm.map((sf) => (
|
||||
<Link key={sf.id} to={`/signup/${sf.id}`}>
|
||||
<Button buttonStyle="filled" onClick={noop}>
|
||||
<Button data-e2e="signup-button" buttonStyle="filled" onClick={noop}>
|
||||
{isFi ? sf.title_fi : sf.title_en}
|
||||
</Button>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user