Skip to content

Commit

Permalink
ENCD-5575-fce-bdd-test (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
forresttanaka authored Oct 14, 2020
1 parent 5b32d7e commit c2dcccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/encoded/tests/features/cart.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Feature: Cart
When I press "Data"
And I click the link with text that contains "High-throughput assays"
And I wait for the content to load
Then I should see 10 elements with the css selector ".result-item__cart-control"
Then I should see 11 elements with the css selector ".result-item__cart-control"

When I press "Add all items to cart"
Then I should see 10 elements with the css selector ".cart__toggle--in-cart"
Then I should see 11 elements with the css selector ".cart__toggle--in-cart"

Scenario: Cart page load
When I press "cart-control"
And I click the link to "/cart-view/"
And I wait for the content to load
Then I should see 14 elements with the css selector ".result-item"
Then I should see 15 elements with the css selector ".result-item"
And I should see "5 files selected"
When I click the link to "#processeddata"
Then I should see 5 elements with the css selector ".cart-list-item"
Expand Down

0 comments on commit c2dcccd

Please sign in to comment.