Illustrated that the reverse has many feature is also having the same problem.
This commit is contained in:
parent
1d85c0dbf3
commit
19f4fe295d
@ -44,6 +44,12 @@ Scenario: I attach already created items for an existing parent and save it
|
|||||||
When I press "Save"
|
When I press "Save"
|
||||||
And I wait until the has many selector is visible
|
And I wait until the has many selector is visible
|
||||||
Then "My sexy project" should not be an option for "label"
|
Then "My sexy project" should not be an option for "label"
|
||||||
|
When I go to the "Clients" model list page
|
||||||
|
And I follow "Apple Inc"
|
||||||
|
And I wait until the has many selector is visible
|
||||||
|
Then "My sexy project" should not be an option for "label"
|
||||||
|
And I should not see "Empty" within the list of items
|
||||||
|
|
||||||
|
|
||||||
@javascript
|
@javascript
|
||||||
Scenario: I create a new item and attach it
|
Scenario: I create a new item and attach it
|
||||||
@ -59,3 +65,8 @@ Scenario: I create a new item and attach it
|
|||||||
When I wait until the has many selector is visible
|
When I wait until the has many selector is visible
|
||||||
Then I should see "iPad"
|
Then I should see "iPad"
|
||||||
And "iPad" should not be an option for "label"
|
And "iPad" should not be an option for "label"
|
||||||
|
When I go to the "Clients" model list page
|
||||||
|
And I follow "Apple Inc"
|
||||||
|
And I wait until the has many selector is visible
|
||||||
|
Then "iPad" should not be an option for "label"
|
||||||
|
And I should not see "Empty" within the list of items
|
||||||
|
Loading…
Reference in New Issue
Block a user