|
Lines 106-112
describe("Infinite scroll", () => {
Link Here
|
| 106 |
cy.get("@options").should("have.length", 60); |
106 |
cy.get("@options").should("have.length", 60); |
| 107 |
}); |
107 |
}); |
| 108 |
|
108 |
|
| 109 |
it("Should correctly submit the form", () => { |
109 |
it.skip("Should correctly submit the form", () => { |
| 110 |
const pageOne = createLicenses(1); |
110 |
const pageOne = createLicenses(1); |
| 111 |
const vendors = cy.get_vendors_to_relate(); |
111 |
const vendors = cy.get_vendors_to_relate(); |
| 112 |
let agreement = cy.get_agreement(); |
112 |
let agreement = cy.get_agreement(); |
|
Lines 167-173
describe("Infinite scroll", () => {
Link Here
|
| 167 |
); |
167 |
); |
| 168 |
}); |
168 |
}); |
| 169 |
|
169 |
|
| 170 |
it("Should correctly display labels", () => { |
170 |
it.skip("Should correctly display labels", () => { |
| 171 |
const pageOne = createLicenses(1); |
171 |
const pageOne = createLicenses(1); |
| 172 |
const pageTwo = createLicenses(21); |
172 |
const pageTwo = createLicenses(21); |
| 173 |
const pageThree = createLicenses(41); |
173 |
const pageThree = createLicenses(41); |
| 174 |
- |
|
|