Skip to content

Commit ec5ddc1

Browse files
committed
Update Test Plan and TODO
1 parent 3c2f85f commit ec5ddc1

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

TODO

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,21 @@
55
[*] Workspace list - responsive width
66
[*] Drag to order workspaces (Issue #8)
77

8-
# v0.6.1
8+
# v0.7
99
[ ] Show confirmation dialog before cleaning existing Tab Groups
1010

11-
# v0.7
11+
# v0.8
1212
[ ] Dark theme
13-
[ ] What`s New page
13+
[ ] Mark open workspaces in the list
14+
outline: 1px solid #c62828a1;
15+
outline-offset: 2px;
1416

1517
# Backlog
18+
[ ] What`s New page
1619
[ ] Synchronization
1720
[ ] Translations
1821
[ ] Get rid of chrome-extension-async lib
1922
[ ] E2E tests
20-
[ ] Mark open workspaces in the list
2123
[ ] Show dialog to remove workspace when the last tab is closed
2224
[ ] Intro video
2325
[ ] Show info page instead of blank tab in empty workspace

test/Test Plan.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This document contains a list of steps to verify proper functionality of Workspa
1414
- PREQ Workspaces extension is not installed
1515
- Install extension from unpacked folder or ZIP file
1616
- EXP Welcome page is opened
17+
- EXP There are no errors on the extension Details page
1718

1819

1920
## 2. Create and list workspaces
@@ -28,7 +29,7 @@ This document contains a list of steps to verify proper functionality of Workspa
2829
- Click `Create Workspace` button
2930
- EXP `New Workspace` screen is shown
3031
- Set Name=`Green`, Color=`green`, Create in this window=`true`
31-
- Click `Add` button
32+
- Click `Create` button
3233
- EXP New green tab group with title `Green` is created containing all tabs of the current window
3334

3435
### 2.3 Create second workspace
@@ -39,7 +40,7 @@ This document contains a list of steps to verify proper functionality of Workspa
3940
- EXP `New Workspace` screen is shown
4041
- EXP `Create in this window` checkbox is hidden
4142
- Set Name=`Blue`, Color=`blue`
42-
- Click `Add` button
43+
- Click `Create` button
4344
- EXP New window is created containing blue tab group with title `Blue`
4445

4546
### 2.4 Show workspace list
@@ -59,24 +60,24 @@ This document contains a list of steps to verify proper functionality of Workspa
5960
- PREQ 2.2
6061
- Open new browser window
6162
- Focus the `Green` workspace window
62-
- Open three tabs with `google.com`, `wikipedia.com`, `seznam.cz`
63+
- Open three tabs with `google.com`, `wikipedia.org`, `seznam.cz`
6364
- EXP Tabs are added into the `Green` tab group
6465

6566
### 3.2 Save and restore tabs
6667
- PREQ 3.1
6768
- Pin the Google tab
6869
- Click the Wikipedia tab to make it active
6970
- Close the `Green` window
70-
- Click the extension button and select `Green` workspace from the popup
71+
- Use other window to click the extension button and select `Green` workspace from the popup
7172
- EXP New window with `Green` tab group is opened
7273
- EXP The tab group contains Google, Wikipedia, and Seznam tabs
7374
- EXP Google tab is pinned
7475
- EXP Wikipedia tab is active
7576

7677

77-
## 4. Select workspace
78+
## 4. Switch workspace
7879

79-
### 4.1 Switch workspace
80+
### 4.1 Focus workspace
8081
- PREQ 2.3
8182
- Click the extension button and select `Green` workspace
8283
- EXP `Green` workspace window is focused
@@ -103,7 +104,7 @@ This document contains a list of steps to verify proper functionality of Workspa
103104

104105
### 5.2 Update tab group properties
105106
- PREQ 2.2
106-
- Set the `Green` tab group title to `Red` and color to red
107+
- Edit the `Green` tab group and set title to `Red` and color to red
107108
- Click the extension button
108109
- EXP Name=`Red` and Color=`red`
109110

@@ -224,34 +225,44 @@ This document contains a list of steps to verify proper functionality of Workspa
224225
### 10.1 Context menu item is hidden when there are no workspaces
225226
- PREQ 1.1
226227
- Open the page context menu with secondary mouse button
227-
- EXP There is no `Move tabs to workspace` item
228+
- EXP There is no `Move tab to workspace` item
228229

229230
### 10.2 New workspace is added to the menu
230231
- PREQ 2.3
231232
- Open the page context menu with secondary mouse button
232-
- EXP There is `Move tabs to workspace` submenu
233+
- EXP There is `Move tab to workspace` submenu
233234
- Open the submenu
234235
- EXP There are two menu items: `Green` and `Blue`
235236

236237
### 10.3 Deleted workspace is removed from the menu
237238
- PREQ 10.2
238239
- Delete the `Green` workspace
239240
- Open the page context menu with secondary mouse button
240-
- Open the `Move tabs to workspace` submenu
241+
- Open the `Move tab to workspace` submenu
241242
- EXP There is one menu item: `Blue`
242243

243244
### 10.4 Reordered workspace is updated in the menu
244245
- PREQ 10.2
245246
- Open the Workspace list and move `Blue` to the top of the list
246247
- Open the page context menu with secondary mouse button
248+
- Open the `Move tab to workspace` submenu
247249
- EXP There are two menu items: `Blue` and `Green`
248250

249251
### 10.5 Renamed workspace is updated in the menu
250252
- PREQ 10.2
251253
- Rename the `Blue` workspace to `Red`
252254
- Open the page context menu with secondary mouse button
255+
- Open the `Move tab to workspace` submenu
253256
- EXP There are two menu items: `Green` and `Red`
254257

258+
### 10.6 Move tab to another workspace
259+
- PREQ 2.3
260+
- Open a new tab with `seznam.cz` in `Blue` workspace
261+
- Open the page context menu with secondary mouse button
262+
- Open the `Move tab to workspace` submenu
263+
- Click the `Green` item
264+
- EXP `seznam.cz` tab has been moved from `Blue` to `Green` workspace
265+
255266

256267
## 11. Options
257268

0 commit comments

Comments
 (0)