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 c0c47a7 commit 575e91fCopy full SHA for 575e91f
cypress/e2e/home.cy.js
@@ -26,9 +26,9 @@ describe('Viewing Home page', () => {
26
before(() => {
27
loading = true
28
})
29
- it('should show a loading spinner.', () => {
30
- cy.get("[aria-label='tail-spin-loading']").should('be.visible').then(() => {
31
- cy.log('Loading spinner displays correctly.')
+ it('should show 3 placeholder cards loading', () => {
+ cy.get('p.placeholder-glow').should('be.visible').then(() => {
+ cy.log('Loading text displays correctly.')
32
33
34
0 commit comments