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 16067de commit 1391ed0Copy full SHA for 1391ed0
cypress/integration/load_animation.spec.js
@@ -8,7 +8,7 @@ context("Player component DOM check", () => {
8
});
9
10
it('Loads an animation on page.', () => {
11
- cy.get("#player-one").should("have.length", 2);
+ cy.get("#player-one").should("have.length", 1);
12
13
14
it('Checks that loading with an empty URL displays an error.', function () {
0 commit comments