1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00
planka/client/tests/acceptance/features/webUIDashboard/dashboard.feature
nabim777 db81ebcc7f
add test for dashboard
Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
2024-10-17 22:19:14 +05:45

12 lines
423 B
Gherkin

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