mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Removed only's
This commit is contained in:
parent
b9f5c06b7c
commit
600c88dd20
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ describe("TV Requests Grid", function () {
|
||||||
.should('have.class', 'requested')
|
.should('have.class', 'requested')
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Request Latest Season", () => {
|
it("Request Latest Season", () => {
|
||||||
Page.visit('1399');
|
Page.visit('1399');
|
||||||
|
|
||||||
Page.requestFabButton.fab.click();
|
Page.requestFabButton.fab.click();
|
||||||
|
|
|
@ -50,7 +50,7 @@ describe("Discover Cards Requests Tests", () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("Not requested movie allows non-admin to request", () => {
|
it("Not requested movie allows non-admin to request", () => {
|
||||||
cy.generateUniqueId().then((id) => {
|
cy.generateUniqueId().then((id) => {
|
||||||
cy.login();
|
cy.login();
|
||||||
const roles = [];
|
const roles = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue