Skip to content

Commit

Permalink
1342: add comments to skip
Browse files Browse the repository at this point in the history
  • Loading branch information
sinejespersen committed May 29, 2024
1 parent c78354b commit d25c135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/playlist/campaign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe("Campaign pages work", () => {
cy.get("#save_playlist").should("exist");
});

// This test fails because of the mock-data. This will be fixed in a later pr.
it.skip("It drags and drops slide", () => {
// Intercept slides in dropdown
cy.intercept("GET", "**/slides?itemsPerPage=30**", {
Expand Down
1 change: 1 addition & 0 deletions src/components/playlist/playlist.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe("Playlist pages work", () => {
cy.get("#save_playlist").should("exist");
});

// This test fails because of the mock-data. This will be fixed in a later pr.
it.skip("It drags and drops slide", () => {
// Intercept slides in dropdown
cy.intercept("GET", "**/slides?itemsPerPage=30**", {
Expand Down

0 comments on commit d25c135

Please sign in to comment.