Fix SubscriberManagementCest - wait for select2 to render and add more specific selector for Save button (was failing randomly)

This commit is contained in:
Ján Mikláš
2018-12-12 16:00:55 +01:00
parent 4260960b59
commit f6e9601e04
2 changed files with 8 additions and 3 deletions

View File

@@ -186,6 +186,7 @@ class SubscriberForm extends React.Component { // eslint-disable-line react/pref
</h1>
<Form
automationId="subscriber_edit_form"
endpoint="subscribers"
fields={fields}
params={this.props.match.params}