TidGi-Desktop/features/openClose.feature
2021-12-18 13:16:26 +08:00

27 lines
No EOL
885 B
Gherkin

Feature: Open
As a user of TidGi
I want to open the app
So I can be more productive
Scenario: Opening TidGi
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 " tidgi-dev" 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 "..." 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 "..." window show up