Close popovers before submitting the publisher to avoid random failures
closes #7384
This commit is contained in:
parent
ce15f41a04
commit
30c2d5d9ac
1 changed files with 5 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ Feature: new user registration
|
||||||
When I confirm the alert after I follow "awesome_button"
|
When I confirm the alert after I follow "awesome_button"
|
||||||
Then I should be on the stream page
|
Then I should be on the stream page
|
||||||
And the publisher should be expanded
|
And the publisher should be expanded
|
||||||
When I submit the publisher
|
When I wait for the popovers to appear
|
||||||
|
And I click close on all the popovers
|
||||||
|
And I submit the publisher
|
||||||
Then "Hey everyone, I’m #newhere." should be post 1
|
Then "Hey everyone, I’m #newhere." should be post 1
|
||||||
|
|
||||||
Scenario: new user with some tags posts first status message
|
Scenario: new user with some tags posts first status message
|
||||||
|
|
@ -59,6 +61,8 @@ Feature: new user registration
|
||||||
And I follow "awesome_button"
|
And I follow "awesome_button"
|
||||||
Then I should be on the stream page
|
Then I should be on the stream page
|
||||||
And the publisher should be expanded
|
And the publisher should be expanded
|
||||||
|
When I wait for the popovers to appear
|
||||||
|
And I click close on all the popovers
|
||||||
And I submit the publisher
|
And I submit the publisher
|
||||||
Then "Hey everyone, I’m #newhere. I’m interested in #rockstar." should be post 1
|
Then "Hey everyone, I’m #newhere. I’m interested in #rockstar." should be post 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue