mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
removed only
This commit is contained in:
parent
83b571a7e9
commit
47d14e81d0
1 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,7 @@ describe("Search Tests", () => {
|
||||||
card.requestButton.should('exist');
|
card.requestButton.should('exist');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Multiple Movie Matches", () => {
|
it("Multiple Movie Matches", () => {
|
||||||
Page.navbar.searchFilter.applyFilter(false, true, false);
|
Page.navbar.searchFilter.applyFilter(false, true, false);
|
||||||
Page.visit("007");
|
Page.visit("007");
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@ describe("Search Tests", () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Multiple Tv Matches", () => {
|
it("Multiple Tv Matches", () => {
|
||||||
Page.navbar.searchFilter.applyFilter(true, false, false);
|
Page.navbar.searchFilter.applyFilter(true, false, false);
|
||||||
Page.visit("net");
|
Page.visit("net");
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ describe("Search Tests", () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Multiple combined Matches", () => {
|
it("Multiple combined Matches", () => {
|
||||||
Page.navbar.searchFilter.applyFilter(true, true, false);
|
Page.navbar.searchFilter.applyFilter(true, true, false);
|
||||||
Page.visit("net");
|
Page.visit("net");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue