-
Notifications
You must be signed in to change notification settings - Fork 11
fix!: Flow - Remove current panel automatically when back is clicked #586 #608
fix!: Flow - Remove current panel automatically when back is clicked #586 #608
Conversation
…back is clicked #586. Remove deprecations. Remove text-display in favor of textEnabled
@jcfranco @pr3tori4n This is the breaking changes PR that changes the way the flow It also removes all the other deprecated events, properties, methods. @asangma I also removed the |
@asangma When would we want to install this? We can do it after the next MapViewer release. When is that? |
…back-rework-remove-deprecations # Conflicts: # src/components/calcite-action/calcite-action.tsx
# Conflicts: # src/components/calcite-action/calcite-action.tsx # src/components/calcite-pick-list/calcite-pick-list.tsx
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.
I'm not blocking this PR, but I do have these questions about calcite-action
's text enabled v display.
|
||
const flow = await page.find("calcite-flow"); | ||
|
||
await flow.callMethod("back"); |
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.
Based on the updates, this should also assert that an item got returned.
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.
Having trouble getting the item returned. Is it ok with just checking something is defined? The tests don't seem to work with the E2E element returning.
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 to me!
If we need --text-visible
to be something that happens on hover/focus in the future, we should be able to add that back in easily.
# Conflicts: # src/components/calcite-action/calcite-action.tsx
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.
Mostly good. Couple comments.
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.
👍
fix: Flow - Remove current panel automatically when back is clicked
Related Issue: #586
Summary