Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.34 KB | None | 0 0
  1.   Scenario: Seeing the dashboard on the app page.
  2.     Given I am a new, authenticated user "example@example.com" with password "123456"
  3.     And the following apps:
  4.     | name |
  5.     | app1 |
  6.     And I have a query "new_query" created for "app1"
  7.     And I am on the app page
  8.     When I follow "app1"
  9.     Then I should see "new_query" within "td"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement