mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
test: Add BDD UI tests using Playwright (#911)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Feature: dashboard
|
||||
As a admin
|
||||
I want to create a project
|
||||
So that I can manage project
|
||||
|
||||
Scenario: create a new project
|
||||
Given user has browsed to the login page
|
||||
And user has logged in with email "demo@demo.demo" and password "demo"
|
||||
When the user creates a project with name "testproject" using the webUI
|
||||
Then the created project "testproject" should be opened
|
||||
Reference in New Issue
Block a user