mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
removed onlys
This commit is contained in:
parent
8eb34d1d3a
commit
1011d965cb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ describe("Search Tests", () => {
|
||||||
card.requestButton.should('exist');
|
card.requestButton.should('exist');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("No TV results, enabling movies filter we get results", () => {
|
it("No TV results, enabling movies filter we get results", () => {
|
||||||
Page.navbar.searchFilter.applyFilter(true, false, false);
|
Page.navbar.searchFilter.applyFilter(true, false, false);
|
||||||
Page.visit("half blood prince");
|
Page.visit("half blood prince");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue