Skip to content

Commit 29217f1

Browse files
authored
Remove invalid publish confirmation test steps (#25829)
1 parent 57bed95 commit 29217f1

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

Tests/AgentTests/ui-tests/create-blank-page.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
5. Enter "Blank page title" as the page title.
1212
6. Tap the "Publish" button in the top-right corner.
1313
7. If a pre-publish confirmation appears, confirm by tapping "Publish" again.
14-
8. Dismiss the post-publish confirmation screen by tapping "Done".
1514

1615
## Verification (REST API)
1716
- Use the WordPress REST API to search for a page titled "Blank page title" with status "publish".

Tests/AgentTests/ui-tests/create-scheduled-post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
7. Set the date to a future date (e.g., one day from now).
1414
8. Confirm the date selection.
1515
9. Tap "Schedule" to schedule the post.
16-
10. Dismiss the confirmation screen by tapping "Done".
1716

1817
## Verification (REST API)
1918
- Use the WordPress REST API to search for a post titled "Scheduled post title" with status "future".

Tests/AgentTests/ui-tests/post-with-category-and-tag.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
11. Tap the "Publish" button in the top-right corner.
1919
12. If a pre-publish confirmation appears, confirm by tapping "Publish" again.
2020
13. Verify the post-publish confirmation screen shows the correct post title.
21-
14. Dismiss the confirmation screen by tapping "Done".
2221

2322
## Verification (REST API)
2423
- Use the WordPress REST API to search for a post titled "Category tag post" with status "publish".

Tests/AgentTests/ui-tests/text-post-publish.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
6. Type "Lorem ipsum dolor sit amet, consectetur adipiscing elit." as the paragraph content.
1313
7. Tap the "Publish" button in the top-right corner.
1414
8. If a pre-publish confirmation appears, confirm by tapping "Publish" again.
15-
9. Dismiss the post-publish confirmation screen by tapping "Done".
1615

1716
## Verification (REST API)
1817
- Use the WordPress REST API to search for a post titled "Rich post title" with status "publish".

0 commit comments

Comments
 (0)