Skip to content
Magazin.feature 1.37 KiB
Newer Older
pmaass's avatar
pmaass committed
Feature: Magazin
pmaass's avatar
pmaass committed
  this feature tests the general functions and availability of the Repository in ilias 5.3.
  it also tests every route
pmaass's avatar
pmaass committed

  Scenario: site available
    Given I am on "https://build53.invorbereitung.de"
    Then I should see "Open Source eLearning"
    And I should see "Repository"
    And I should see "Categories"
    And I should see "Login"

pmaass's avatar
pmaass committed
  @login
  Scenario:
    Given I am on "https://build53.invorbereitung.de"
    And I should see "Behat"
    Then I follow "Behat"

  @login
  Scenario:
    Given I am on "https://build53.invorbereitung.de"
    And I should see "BehatTest"
    Then I follow "BehatTest"

  @login
  Scenario:
    Given I am on "https://build53.invorbereitung.de"
    And I should see "jhzgjkgh"
    Then I follow "jhzgjkgh"

  @login
  Scenario:
    Given I am on "https://build53.invorbereitung.de"
    And I should see "kijhgehargiuhirgh"
    Then I follow "kijhgehargiuhirgh"

  @login
  Scenario:
    Given I am on "https://build53.invorbereitung.de"
    And I should see "Running"
    Then I follow "Running"

  @login
  Scenario: Categories route
    Given I am on "https://build53.invorbereitung.de"
    Then I should see "Open Source eLearning"
    And I should see "Repository"
    And I should see "Categories"
    And I should see "BehatTest"
    Then I follow "BehatTest"
    And I should be on "https://build53.invorbereitung.de/repo/141.html"