UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (7 loc) 220 B
// https://github.com/cypress-io/cypress/issues/4373 describe('issue 4373', () => { it('handles salesforce lightning components', () => { cy.visit('/fixtures/issue-4373.html') cy.get('lightning-badge') }) })