mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 05:25:29 +02:00
add test for dashboard
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
This commit is contained in:
parent
95c8175e8c
commit
db81ebcc7f
6 changed files with 114 additions and 1 deletions
|
@ -0,0 +1,12 @@
|
|||
Feature: dashboard
|
||||
As a admin
|
||||
I want to create a project
|
||||
So that I can manage project
|
||||
|
||||
Background:
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue