- Notifications
You must be signed in to change notification settings - Fork1k
refactor: replace other deprecated Popovers which open on hover#19753
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
fba9492
e230f38
75c9fdf
bea24d8
9e6fa0c
303222b
f835cb1
dd7e233
d397fff
6134bad
ad562be
d30170c
4438af8
00b70ea
c59daf3
3aeaa49
eaf3baf
c93e092
ef6cceb
c142b5a
143e33e
d22a040
2ff9e66
ed5bf98
ff6c794
9887b09
d859688
bda70b2
6a37c49
6921bbe
423bddc
81a70f3
949698b
8207137
a6cf0da
183d163
1242cbe
1f9acc3
244792a
07fd1e2
8bd2cd0
bdacfb1
9e7b432
5ba7da8
85611c3
259e8a3
7b62b8a
5e97617
b371230
a869695
942842f
44e14ac
b2370af
f75a147
ef1bfef
7ce92b5
61a5825
ac47694
fd1de89
204308f
296e81d
d849863
ce09afc
050b2c4
05a81ea
66556a3
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -30,8 +30,8 @@ const Example: Story = { | ||
await step("click to open", async () => { | ||
await userEvent.click(canvas.getByRole("button")); | ||
await waitFor(async() => | ||
expect(awaitscreen.findByText(/v2\.\d+\.\d+/i)).toBeInTheDocument(), | ||
Comment on lines +33 to +34 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. This fixes a test flake that occurred when#19709 was merged:https://www.chromatic.com/test?appId=624de63c6aacee003aa84340&id=68d4285c06f5a4e63dfb7a42 This test failed in this branch too:https://www.chromatic.com/test?appId=624de63c6aacee003aa84340&id=68d59529f0a7d3010a53e7f2 but we're good now 👍🏽 | ||
); | ||
}); | ||
}, | ||
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.