Skip to content

Commit 0db2c2f

Browse files
authored
Merge pull request #10051 from wordpress-mobile/issue/9612-local-draft-remote-draft-menu-options
Fix 9612 and 9825 - Posting: Update primary and secondary options + new Update confirmation dialog
2 parents 315582c + 4591b45 commit 0db2c2f

File tree

6 files changed

+245
-170
lines changed

6 files changed

+245
-170
lines changed

RELEASE-NOTES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
* Block Editor: performance improvements
1212
* Fixed issue where text appeared behind list of themes on the theme screen
1313
* Domain Registration functionality for Business plan customers on a site without a custom domain during plugin installation
14+
* Editor: Set "Publish" as the default button in the action bar for drafts.
15+
* Editor: Add a new confirmation dialog when Updating published posts.
1416

1517
12.6
1618
-----
1719
* Add Insights management introductory card
1820
* Local draft pages will be automatically uploaded to the server as soon as an internet connection is available.
19-
2021
* Block Editor: A new block is available: video block.
2122
* Block Editor: Added UI to display a warning when a block has invalid content.
2223
* Block Editor: Fixed issue with link settings where “Open in New Tab” was always OFF on open.

WordPress/src/androidTest/java/org/wordpress/android/e2e/pages/EditorPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import static org.wordpress.android.support.WPSupportUtils.withIndex;
2727

2828
public class EditorPage {
29-
private static ViewInteraction publishButton = onView(withId(R.id.menu_save_post));
29+
private static ViewInteraction publishButton = onView(withId(R.id.menu_primary_action));
3030
private static ViewInteraction editor = onView(withId(R.id.aztec));
3131
private static ViewInteraction titleField = onView(allOf(withId(R.id.title),
3232
withHint("Title")));

0 commit comments

Comments
 (0)