1
0
Fork 0
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:
nabim777 2024-10-07 09:58:56 +05:45
parent 95c8175e8c
commit db81ebcc7f
No known key found for this signature in database
GPG key ID: 6EBA146273BEC371
6 changed files with 114 additions and 1 deletions

View file

@ -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