We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3343db6 commit df349baCopy full SHA for df349ba
src/components/messageCanvas/actions/copy/copy.cy.tsx
@@ -19,6 +19,7 @@ describe('Copy component', () => {
19
cy.get(copyButton).click()
20
cy.window().then((win) => {
21
win.navigator.clipboard.readText().then((text) => {
22
+ window.focus()
23
expect(text).to.eq('Hello World')
24
})
25
0 commit comments