diff --git a/features/adding_widgets.feature b/features/adding_widgets.feature index 874f91ccf8..b1949f2c7b 100644 --- a/features/adding_widgets.feature +++ b/features/adding_widgets.feature @@ -3,7 +3,7 @@ Feature: Adding widgets to the page Background: Given there is 1 project with the following: | name | project1 | - And I am admin + And I am already logged in as "admin" And I am on the project "project1" overview personalization page @javascript diff --git a/features/subprojects_widget.feature b/features/subprojects_widget.feature index c3906df84d..b7dbd123a9 100644 --- a/features/subprojects_widget.feature +++ b/features/subprojects_widget.feature @@ -5,7 +5,7 @@ Feature: Subproject Widget | Name | Parent | And the project "Parent" has 1 subproject with the following: | Name | Child | - And I am admin + And I am already logged in as "admin" @javascript Scenario: Adding a "Subproject" widget