Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Update a site to Atomic
Browse files Browse the repository at this point in the history
The [classic editor is deprecated](wordpress-mobile/WordPress-iOS#16008) and is [now being removed](wordpress-mobile/WordPress-iOS#15766) for Simple sites (except when editing existing posts with classic content or when using the iOS share extension).

This means that on Simple sites, the site settings screen will no longer have a "Enable block editor" switch. WPiOS has a UI test suite, `EditorAztecTests`, that runs on a mock Simple site ("Tri-County Real Estate") and tests various features of the classic editor.

Since the classic editor is going away for Simple sites, I think it makes sense to make `EditorAztecTests` run on an Atomic site instead of a Simple site. On WPiOS, this mock site is used for all other UI tests, so this has the side-effect of switching all WPiOS UI tests to run on a mock Atomic site instead of a mock Simple site. The same could be true for WPAndroid and the same considerations might apply.
  • Loading branch information
guarani committed Mar 18, 2021
1 parent 24a28e4 commit b77731d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"podcasting_archive": null,
"is_domain_only": false,
"is_automated_transfer": false,
"is_wpcom_atomic": false,
"is_wpcom_atomic": true,
"is_wpcom_store": false,
"woocommerce_is_active": false,
"design_type": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"podcasting_archive": null,
"is_domain_only": false,
"is_automated_transfer": false,
"is_wpcom_atomic": false,
"is_wpcom_atomic": true,
"is_wpcom_store": false,
"woocommerce_is_active": false,
"design_type": null,
Expand Down

0 comments on commit b77731d

Please sign in to comment.