diff --git a/client/tests/acceptance/features/webUIDashboard/dashboard.feature b/client/tests/acceptance/features/webUIDashboard/dashboard.feature index c8930cd5..b6bae9f9 100644 --- a/client/tests/acceptance/features/webUIDashboard/dashboard.feature +++ b/client/tests/acceptance/features/webUIDashboard/dashboard.feature @@ -3,10 +3,8 @@ Feature: dashboard I want to create a project So that I can manage project - Background: + Scenario: create a new project Given user has browsed to the login page And user has logged in with email "demo@demo.demo" and password "demo" - - Scenario: create a new project When the user creates a project with name "testproject" using the webUI Then the created project "testproject" should be opened