test: add Opening Preferences Notifications

This commit is contained in:
tiddlygit-test 2021-04-23 00:50:53 +08:00
parent 441642fddb
commit e43e4a7f16
3 changed files with 34 additions and 8 deletions

View file

@ -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