Skip to content

Commit 1391ed0

Browse files
committed
chore: reverted failing test
1 parent 16067de commit 1391ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/load_animation.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ context("Player component DOM check", () => {
88
});
99

1010
it('Loads an animation on page.', () => {
11-
cy.get("#player-one").should("have.length", 2);
11+
cy.get("#player-one").should("have.length", 1);
1212
});
1313

1414
it('Checks that loading with an empty URL displays an error.', function () {

0 commit comments

Comments
 (0)