Skip to content
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

add test for CopyToClipboard component #304

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Conversation

jay-deshmukh
Copy link
Contributor

add test for CopyToClipboard component

@netlify
Copy link

netlify bot commented Oct 20, 2023

Deploy Preview for nifty-johnson-6002dd ready!

Name Link
🔨 Latest commit b401e2c
🔍 Latest deploy log https://app.netlify.com/sites/nifty-johnson-6002dd/deploys/653217e691f78e0008f3d91c
😎 Deploy Preview https://deploy-preview-304--nifty-johnson-6002dd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jay-deshmukh jay-deshmukh merged commit 0239331 into master Oct 20, 2023
6 checks passed
<span className='dummy'>PLACEHOLDER</span>
</div>
);
cy.get('span.dummy').invoke('text').should('eq', 'PLACEHOLDER');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi, this:

cy.get('span.dummy').invoke('text').should('eq', 'PLACEHOLDER');

can be

cy.get('span.dummy').should('have.text', 'PLACEHOLDER');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants