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:
parent
010c586388
commit
21d7bccfaa
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue