Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e test for reusable block after refresh. #20605

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

sainthkh
Copy link
Contributor

@sainthkh sainthkh commented Mar 3, 2020

Description

Add an e2e test to test reusable block is added correctly after refresh.

How has this been tested?

Written code to test the scenario below:

  1. Add a new reusable block
  2. Create new post.
  3. Add the reusable block created in Step 1.
  4. Check if it is added correctly.

Screenshots

N/A

Types of changes

Bug fix

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • [N/A] My code follows the accessibility standards.
  • My code has proper inline documentation.
  • [N/A] I've included developer documentation if appropriate.
  • [N/A] I've updated all React Native files affected by any refactorings/renamings in this PR.

@noisysocks noisysocks added [Feature] Synced Patterns Related to synced patterns (formerly reusable blocks) [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. labels Apr 20, 2020
@noisysocks noisysocks merged commit b2e8f76 into WordPress:master Apr 20, 2020
@github-actions github-actions bot added this to the Gutenberg 8.0 milestone Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Synced Patterns Related to synced patterns (formerly reusable blocks) [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing: Add E2E test for inserting reusable blocks by inserter after page refresh
2 participants