-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add E2E Coverage for Property Information #4025
Conversation
4c64c12
to
56ff48b
Compare
Removed vultr server and associated DNS entries |
add geoJson mock and types lint fix
56ff48b
to
a6e5ccf
Compare
lint:fix remove unused import
2b589dd
to
110a373
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 adjustments here - a lot closer but still a few comments to address please !
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.
One lingering comment but otherwise happy for this one to merge - thanks for adjusting per feedback!
Going forwards, would love to understand what would have helped make the expected steps of this test (eg how "change property type" works) more discoverable for you upfront without me catching that "Unknown" on first review.
Added coverage for the Property Information component in the E2E ui-driven tests.
Covered adding the component in the Editor, Navigating it in the Public view, and changing the property type.
In order to see if the map is working, I have added a check to review the
geoJsonData
attribute and ensure correct data is being added here, which should indicate the map is working.Added a new package here to bring in the same types as we use in the Editor for
Feature
so we can match it up with the mock