-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Reusable blocks e2e tests fail if starting from new post #10267
Conversation
See #9962 (comment). |
cc @noisysocks |
7a00d03
to
98227ef
Compare
I rebased this and pushed up some changes which should hopefully fix the failing tests here. There were three problems: 1) A reusable block's Name field would get selected after a After a successful fetch request, I fixed this by removing the 2) Race condition between deleting a reusable block and fetching reusable blocks After clicking Remove from Reusable Blocks on a new post with a reusable block in it, both I fixed this by moving 3) E2E test not able to click on a reusable block in the inserter Since the tests are now always starting from a new post, we now need to wait for I fixed this by using |
Hm, damn, still some failures on Travis CI. I'm not sure if they're related. |
@iseulde can you rebase with master and see if e2e failures were unrelated to this PR? |
Moving this to 4.6, no rush to get it in today. |
@noisysocks and @iseulde - this one needs to be refreshed. Do you plan to get back to this PR? I'm marking it as |
I don't. Looked at this at a meetup quick. |
I don't have the bandwidth to do a lot here, but I can rebase it and maybe that will fix the test failures I was getting in #10267 (comment). |
98227ef
to
b2f8ef9
Compare
Description
Sparked by #9962. These tests should still pass and demonstrate some issues starting from a new post.
How has this been tested?
Screenshots
Types of changes
Checklist: