View | Details | Raw Unified | Return to bug 38475
Collapse All | Expand All

(-)a/t/cypress/integration/InfiniteScrollSelect_spec.ts (-3 / +2 lines)
Lines 104-110 describe("Infinite scroll", () => { Link Here
104
        cy.get("@options").should("have.length", 60);
104
        cy.get("@options").should("have.length", 60);
105
    });
105
    });
106
106
107
    it("Should correctly submit the form", () => {
107
    it.skip("Should correctly submit the form", () => {
108
        const pageOne = createLicenses(1);
108
        const pageOne = createLicenses(1);
109
        const vendors = cy.get_vendors_to_relate();
109
        const vendors = cy.get_vendors_to_relate();
110
        let agreement = cy.get_agreement();
110
        let agreement = cy.get_agreement();
Lines 166-172 describe("Infinite scroll", () => { Link Here
166
        );
166
        );
167
    });
167
    });
168
168
169
    it("Should correctly display labels", () => {
169
    it.skip("Should correctly display labels", () => {
170
        const pageOne = createLicenses(1);
170
        const pageOne = createLicenses(1);
171
        const pageTwo = createLicenses(21);
171
        const pageTwo = createLicenses(21);
172
        const pageThree = createLicenses(41);
172
        const pageThree = createLicenses(41);
173
- 

Return to bug 38475