Skip to content

Commit

Permalink
FEC-14246-add-cypress-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roee Dean authored and Roee Dean committed Dec 24, 2024
1 parent c243566 commit 5a67ecc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/related.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ import {DEFAULT_COUNTDOWN_TIME, DEFAULT_ENTRIES_LIMIT} from './utils/values';
describe('Related plugin', () => {
describe('entry relation methods', () => {
beforeEach(() => {
// Mock playlist API response
cy.intercept('GET', '**/service/playlist/execute*', {
body: {
data: mockRelatedEntries
}
});

// Mock context API response
cy.intercept('GET', '**/service/playlist*', req => {
if (req.body?.filter?.objectType === 'KalturaMediaEntryFilterForPlaylist') {
req.reply({
Expand Down
9 changes: 0 additions & 9 deletions cypress/tsconfig__.json

This file was deleted.

0 comments on commit 5a67ecc

Please sign in to comment.