mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
test: add Opening Preferences Notifications
This commit is contained in:
parent
441642fddb
commit
e43e4a7f16
3 changed files with 34 additions and 8 deletions
|
|
@ -8,8 +8,20 @@ Feature: Open
|
|||
Then the element "#new-user-tip" is on the page
|
||||
Then the element "#add-workspace-button" is on the page
|
||||
|
||||
Scenario: Opening TiddlyGit
|
||||
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
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue