1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

remove background from feature file

Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
This commit is contained in:
nabim777 2024-10-17 22:41:53 +05:45
parent 010c586388
commit 21d7bccfaa
No known key found for this signature in database
GPG key ID: 6EBA146273BEC371

View file

@ -3,10 +3,8 @@ Feature: dashboard
I want to create a project I want to create a project
So that I can manage project So that I can manage project
Background: Scenario: create a new project
Given user has browsed to the login page Given user has browsed to the login page
And user has logged in with email "demo@demo.demo" and password "demo" 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 When the user creates a project with name "testproject" using the webUI
Then the created project "testproject" should be opened Then the created project "testproject" should be opened