diff --git a/features/Magazin.feature b/features/Magazin.feature index 94839ef873b67134ed530fc33ce02f2dc238dbfe..f2956d57c37290edf6b1844e033965a4dfcaad2d 100644 --- a/features/Magazin.feature +++ b/features/Magazin.feature @@ -15,7 +15,7 @@ Feature: Magazin (Deutsch) Given I am on "https://build53.invorbereitung.de/magazin/1.html" Then I should see "Kategorien" And I should see "Behat Kategorie" - When I follow "BehatTest" + When I follow "Behat Kategorie" Then I should be on "https://build53.invorbereitung.de/magazin/kategorie/145.html" And I should see "Behat Kategorie" And I should not see "Error" diff --git a/features/Repository.feature b/features/Repository.feature index 483c43cd32899c68ac77592c5969e46c049e186c..cf23ee921ecca4ab03f43b921f3d0cec1b52206d 100644 --- a/features/Repository.feature +++ b/features/Repository.feature @@ -63,7 +63,7 @@ Feature: Repository (English) And I should not see "Error" @login - Scenario: Glossar + Scenario: Glossary Route Given I am on "https://build53.invorbereitung.de/repository.html" Then I should see "GLOSSARIES" And I should see "Behat Glossar" @@ -73,7 +73,7 @@ Feature: Repository (English) And I should not see "Error" @login - Scenario: Übung + Scenario: Excerise Route Given I am on "https://build53.invorbereitung.de/repository.html" Then I should see "EXERCISES" And I should see "Behat Übung" @@ -93,7 +93,7 @@ Feature: Repository (English) And I should not see "Error" @login - Scenario: Umfrage + Scenario: Survey Route Given I am on "https://build53.invorbereitung.de/repository.html" Then I should see "SURVEYS" And I should see "Behat Umfrage" @@ -108,12 +108,12 @@ Feature: Repository (English) Then I should see "QUESTION POOLS TEST" And I should see "Behat Fragenpool" When I follow "Behat Fragenpool" - Then I should be on "https://build53.invorbereitung.de/repository/questionpool/156.html" + Then I should be on "https://build53.invorbereitung.de/questionpool/156.html" And I should see "Behat Fragenpool" And I should not see "Error" @login - Scenario: Umfrage Fragenpool + Scenario: survey-questionpool route Given I am on "https://build53.invorbereitung.de/repository.html" Then I should see "QUESTION POOLS SURVEY" And I should see "Behat Umfrage Fragenpool"