Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behat test failing on Travis #155

Open
lsolesen opened this issue Apr 8, 2016 · 0 comments
Open

Behat test failing on Travis #155

lsolesen opened this issue Apr 8, 2016 · 0 comments

Comments

@lsolesen
Copy link
Member

lsolesen commented Apr 8, 2016

Feature: Anonymous user can buy a course
  In order to sell a course online
  As an anonymous user
  I want to be able to buy a course
  Scenario: See a list with the courses                                                                                                                 # features/short_course_registration.feature:6
    Given I am on "/kortekurser"                                                                                                                        # FeatureContext::visit()
    Then I should see "Korte kurser"                                                                                                                    # FeatureContext::assertPageContainsText()
  @demo
  Scenario: When viewing a course the prices are readily available for all room types                                                                   # features/short_course_registration.feature:11
    Given I am on "/kortekurser"                                                                                                                        # FeatureContext::visit()
    When I follow "Basic course more rooms"                                                                                                             # FeatureContext::clickLink()
    Then I should see "Enkeltværelse - to værelser deler bad og toilet i fælles forgang ($2,000.00)"                                                    # FeatureContext::assertPageContainsText()
      The text "Enkeltværelse - to værelser deler bad og toilet i fælles forgang ($2,000.00)" was not found anywhere in the text of the current page.
    And I should see "Dobbeltværelse - to bor på værelse med bad og toilet ($4,000.00)"                                                                 # FeatureContext::assertPageContainsText()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant