From 21d7bccfaad54e9a9d43a3403bb97a24cb3e4913 Mon Sep 17 00:00:00 2001 From: nabim777 Date: Thu, 17 Oct 2024 22:41:53 +0545 Subject: [PATCH] remove background from feature file Signed-off-by: nabim777 --- .../acceptance/features/webUIDashboard/dashboard.feature | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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