TidGi-Desktop/features/openClose.feature
2021-04-23 00:50:53 +08:00

27 lines
No EOL
881 B
Gherkin

Feature: Open
As a user of TiddlyGit
I want to open the app
So I can be more productive
Scenario: Opening TiddlyGit
Given the app is launched
Then the element "#new-user-tip" is on the page
Then the element "#add-workspace-button" is on the page
Scenario: Opening Add Workspace Page
Given the app is launched
Then the element "#add-workspace-button" is on the page
Then click on this element
Then "Add Workspace" window show up
Scenario: Opening Preferences Page
Given the app is launched
Then the element "#open-preferences-button" is on the page
Then click on this element
Then "Preferences" window show up
Scenario: Opening Notifications Page
Given the app is launched
Then the element "#open-notification-settings-button" is on the page
Then click on this element
Then "Notifications" window show up