diff --git a/test-cases/gutenberg/buttons.md b/test-cases/gutenberg/buttons.md index a7cc1d2..c462a25 100644 --- a/test-cases/gutenberg/buttons.md +++ b/test-cases/gutenberg/buttons.md @@ -59,20 +59,6 @@ -------------------------------------------------------------------------------- -##### TC005 - -### Edit text styles - -- Add `Buttons` block -- Type some characters -- Select your text -- Press icons responsible for changing text styles: `Bold`, `Italic`, `Strikethrough` -- Save the post -- Open a post e.g in preview mode -- Expect text style changes accordingly to selected options - --------------------------------------------------------------------------------- - ##### TC006 ### Settings: Link URL @@ -154,42 +140,6 @@ -------------------------------------------------------------------------------- -##### TC012 - -### Render custom background color - -- Open gutenberg web, add `Buttons` block -- Choose the **custom** background color from **picker** -- Save the post -- Open the same post on mobile app -- Expect `Button` background color is the same as on web - --------------------------------------------------------------------------------- - -##### TC013 - -### Render custom text color - -- Open gutenberg web, add `Buttons` block -- Choose the **custom** text color from **picker** -- Save the post -- Open the same post on mobile app -- Expect `Button` text color is the same as on web - --------------------------------------------------------------------------------- - -##### TC014 - -### Render gradient background color - -- Open gutenberg web, add `Buttons` block -- Choose the **gradient** background color from the palette -- Save the post -- Open the same post on mobile app -- Expect `Button` gradient background color is the same as on web - --------------------------------------------------------------------------------- - ##### TC015 ### Render theme colors @@ -202,21 +152,6 @@ -------------------------------------------------------------------------------- -##### TC016 - -### Check if selection / caret color matches font color - -- Open gutenberg web, add `Buttons` block -- Choose the **custom** text color from **picker** -- Save the post -- Open the same post on mobile app -- Observe caret / select text -- Expect `Button` caret / selection color to match the custom text color - -**_Note:_** This may work if running on Android API 28+ do to restrctions that will be handled as part of [Issue #1787](https://github.com/wordpress-mobile/gutenberg-mobile/issues/1787) - --------------------------------------------------------------------------------- - ##### TC017 ### The newly created button has set background color to the theme-default color in preview @@ -228,18 +163,6 @@ -------------------------------------------------------------------------------- -##### TC018 - -### Toolbar link button is active when Button has link - -- Add `Buttons` block -- Open link [settings](../resources/button-link-settings.png) -- Edit `Button URL` field and add link -- Close bottom-sheet -- Expect toolbar link button is active - --------------------------------------------------------------------------------- - ##### TC019 ### Button's wrapper grows properly @@ -250,16 +173,3 @@ - Expect button's width grows properly (_horizontally_) -------------------------------------------------------------------------------- - -##### TC020 - -### Link from the clipboard is presented as an option in the link picker - -- Copy link into clipboard, e.g. `http://wordpress.com` -- Add `Buttons` block -- Open link [settings](../resources/button-link-settings.png) -- Edit the `Link to` field. -- Tap the `From clipboard` option. -- Expect link from the clipboard to be automatically added into the empty URL field - --------------------------------------------------------------------------------- \ No newline at end of file diff --git a/test-cases/gutenberg/spacer.md b/test-cases/gutenberg/spacer.md deleted file mode 100644 index 73cd729..0000000 --- a/test-cases/gutenberg/spacer.md +++ /dev/null @@ -1,13 +0,0 @@ -# Spacer Block - Test Cases - --------------------------------------------------------------------------------- - -##### TC001 - -### Spacer in horizontal layout works as expected - -- Add a `Spacer` block -- Rotate the device to horizontal layout -- Check if `Spacer` has proper height according to settings - --------------------------------------------------------------------------------- diff --git a/test-cases/resources/button-link-settings.png b/test-cases/resources/button-link-settings.png deleted file mode 100644 index 082b60e..0000000 Binary files a/test-cases/resources/button-link-settings.png and /dev/null differ diff --git a/test-suites/gutenberg/sanity-test-suites.md b/test-suites/gutenberg/sanity-test-suites.md index 2732fd8..dad8a37 100644 --- a/test-suites/gutenberg/sanity-test-suites.md +++ b/test-suites/gutenberg/sanity-test-suites.md @@ -83,7 +83,6 @@ This holds a grouping of certain test suites to run in order to share the work w - DarkMode 1 - Group 1 -- Spacer 1 - Buttons 1-2-3 - Color Settings 1 - Image 1 @@ -215,8 +214,7 @@ This holds a grouping of certain test suites to run in order to share the work w - DarkMode 2 - Group 2 -- Spacer 1 -- Buttons 4-5-7 +- Buttons 4-5 - Editor Theme 2 - Color Settings 2 @@ -236,29 +234,15 @@ This holds a grouping of certain test suites to run in order to share the work w - [ ] Group - Check if in DarkMode all components gets proper colors - [TC009](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/group.md#tc009) - [ ] Group - Check if nested Placeholder block can be replaced - [TC014](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/group.md#tc010) -### Spacer - 1 - -- [ ] Spacer block - Spacer in horizontal layout works as expected - [TC001](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/spacer.md#tc001) - ### Buttons - 4 -- [ ] Buttons block - Render custom text color - [TC013](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc013) -- [ ] Buttons block - Render custom background color - [TC012](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc012) -- [ ] Buttons block - Render gradient background color - [TC014](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc014) -- [ ] Buttons block - Check if selection / caret color matches font color - [TC016](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc016) - [ ] Buttons block - The newly created Buttons has set background color to the theme-default color in preview - [TC017](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc017) ### Buttons - 5 -- [ ] Buttons block - Edit text styles - [TC005](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc005) - [ ] Buttons block - Render theme colors - [TC015](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc015) - [ ] Buttons block - Settings: Change Button border radius - [TC011](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc011) -### Buttons - 7 - -- [ ] Buttons block - Link from the clipboard is presented as an option in the link picker - [TC020](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc020) -- [ ] Buttons block - Toolbar link button is active when Button has link - [TC018](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/buttons.md#tc018) - ### Editor Theme - 2 - [ ] Custom Gradients - Check that custom gradients load in the editor - [TC004](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/editor-theme.md#tc004) - [ ] Offline Support - [TC005](https://github.com/wordpress-mobile/test-cases/blob/master/test-cases/gutenberg/editor-theme.md#tc005)