-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
[BUU] Prepares specs for enabling admin_style_v3 by default #12652
[BUU] Prepares specs for enabling admin_style_v3 by default #12652
Conversation
0352cbd
to
5c03cfa
Compare
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.
Thanks for moving on this one quickly! I have an idea to simplify the code:
67ff67d
to
48c501f
Compare
I think to fully address issue #12627 we'd need to include a migration (something like this?) - draft here, to enable We'd also need to fix the TODO's on import_spec. I have a question on one of them, raised here. Edit: there is this bit which can still be improved; I'm referencing it here, so we don't lose track. |
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.
Great improvements, well done!
This is already covered on the v3 version of the spec, under ./spec/system/admin/products_v3/products_spec.rb:452
Enables admin_style_v3 for smoke_tests_spec
So that the warning does not need to be dismissed - which is not what we wish to test here
Improves the specs so we don't need to recurr to overlapping elements clicks, and removes the respective helper
4890e9e
to
c86f7f9
Compare
Rebased on master (git kindly resolved conflicts automatically for me 🤩 )
|
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.
Great teamwork! The failing specs seem unrelated.
This is already covered on the v3 version of the spec, under ./spec/system/admin/products_v3/products_spec.rb:452
What? Why?
Addresses the bullet points:
What should we test?
Release notes
Changelog Category (reviewers may add a label for the release notes):
The title of the pull request will be included in the release notes.
Dependencies
Documentation updates