-
Notifications
You must be signed in to change notification settings - Fork 197
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
Don't show Gutenberg welcome tour for course on wpcom #7399
Conversation
WordPress Dependencies ReportThe
This comment was automatically generated by the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #7399 +/- ##
=========================================
Coverage 50.94% 50.94%
Complexity 11150 11150
=========================================
Files 613 613
Lines 47063 47063
Branches 404 404
=========================================
Hits 23976 23976
Misses 22760 22760
Partials 327 327 Continue to review full report in Codecov by Sentry.
|
Hi @Imran92! It didn't work for me on WPCOM. But it works if I run Maybe there's a race condition issue there? I noticed that the tour is displayed a little later than the wizard. Also, I needed to create a new user for every test. Clearing local data and creating a new site wasn't enough for me. Is it the same for you? Or did you find a way to test with the same user? |
Heyyy @renatho 👋 👋 I tried to reproduce the scenario to make it not work in a good number of ways, but each time it was working for me. By any chance, can it be not working for you due to the same reason as you mentioned here? #7397 (review) . Maybe the remote version didn't get updated as expected. Can you add maybe a console log in this portion of code and create a build and upload that build in your wpcom site to check in the console if the intended part of code is present in that build?
Actually whatever we do with that Tour modal once gets persisted in the database in the backend, unless A trick around this is to just hit |
@Imran92! Good point! It's probably the case of the plugin not updated! I'll try again making sure the plugin is properly updated as soon as I connect. 😉 |
Hi @Imran92! I re-tested it, and unfortunately it wasn't the case. I recorded a video of my test, just in case we're thinking something in a different way: Screen.Recording.2023-12-21.at.16.22.22.movMy steps before that were:
I'm using Chrome. If you can't reproduce following the same steps, feel free to let me know so that we could try to pair to debug together. 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works well!
Resolves #7398
Proposed Changes
Testing Instructions
New Course Editor
Other Post Editor
Pre-Merge Checklist