Skip to content

Commit

Permalink
docs: Fix outdated test suites (#145)
Browse files Browse the repository at this point in the history
* docs: Remove broken reference to removed Columns test case

This case was removed in 2356f5d.

* docs: Update Groups test to mirror deepest-descendent-first approach

This behavior was modified in WordPress/gutenberg#50672.

* docs: Buttons radius interface uses stepper buttons

* docs: Capture known color settings issue
  • Loading branch information
dcalhoun authored Jun 28, 2023
1 parent 37d5520 commit 2389290
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test-cases/gutenberg/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

- Add `Buttons` block
- Open button [options](../resources/button-options.png)
- Edit `Border Radius` moving slider
- Edit `Border Radius` by tapping the +/- buttons
- Expect Button border radius changed accordingly to the value
- Edit `Border Radius` typing border radius value in input
- Expect Button border radius changed accordingly to the value
Expand Down
1 change: 1 addition & 0 deletions test-cases/gutenberg/color-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
**Known Issues**

- [When deselecting a custom gradient the button does not slide out smoothly](https://github.com/wordpress-mobile/gutenberg-mobile/issues/3465)
- [Selected custom gradient is not displayed in color settings](https://github.com/WordPress/gutenberg/issues/42017)

### Customize gradient color

Expand Down
6 changes: 2 additions & 4 deletions test-cases/gutenberg/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,13 @@ Expected look:

##### TC007

### Navigation down works according to parent-first approach
### Navigation down works according to deepest-descendent-first approach

- Add a `Group` block
- Create some nested structure ( at least 3 levels deep )
- Clear selection
- Press on the bottom-most block in hierarchy of added `Group`
- Check if the selection is redirect properly to top-most parent
- Repeat - press on the bottom-most block in hierarchy of added `Group`
- Check if each time you press nested block you move selection one level down (block which gets selection should be common ancestor with previously selected block and pressed block)
- Check if the selection is redirect properly to depest descendant

--------------------------------------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion test-suites/gutenberg/functionality-test-suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ This holds a grouping of certain test suites to run in order to share the work w
- [ ] Spacer block - Dark mode - [TC004](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/darkmode.md#tc004)
- [ ] Buttons block - Dark mode - [TC005](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/darkmode.md#tc005)
- [ ] Group - Dark mode - [TC006](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/darkmode.md#tc006)
- [ ] Columns - Dark mode - [TC007](https://github.com/wordpress-mobile/test-cases/blob/trunk/test-cases/gutenberg/darkmode.md#tc007)
### Group - 2
Expand Down

0 comments on commit 2389290

Please sign in to comment.