Skip to content

Commit

Permalink
test: commented in search feat just to check if it is main respoisotory
Browse files Browse the repository at this point in the history
  • Loading branch information
20041540MichaelKelly committed Sep 6, 2023
1 parent 54b1c75 commit b962ab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/cypress/e2e/tutorsReader.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ describe("Tutors Reader: Loading the JSON fixture", function () {
cy.processCompanionsAndWallsLinks(course);
});

// it("Testing search feature", function () {
// cy.partialSearchVerification(course.los);
// });
it("Testing search feature", function () {
cy.partialSearchVerification(course.los);
});

it("Topics", function () {
course.los.forEach((topic: any) => {
Expand Down

0 comments on commit b962ab9

Please sign in to comment.