Removed only's

pull/4112/head
tidusjar 3 years ago
parent b9f5c06b7c
commit 600c88dd20

@ -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…
Cancel
Save