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

(-)a/.codespell-ignore (+1 lines)
Lines 17-19 sav Link Here
17
theses
17
theses
18
rouge
18
rouge
19
connexion
19
connexion
20
falsy
(-)a/t/cypress/component/ShowElement_spec.ts (-2 / +1 lines)
Lines 36-42 describe("ShowElement", () => { Link Here
36
        cy.get("label").contains("Name");
36
        cy.get("label").contains("Name");
37
        cy.get("span").contains(resource.name);
37
        cy.get("span").contains(resource.name);
38
    });
38
    });
39
    it("should hide that property if the hidden attribute is set and false", () => {
39
    it("should hide that property if the hidden attribute is set and falsy", () => {
40
        cy.mount(ShowElement, {
40
        cy.mount(ShowElement, {
41
            props: {
41
            props: {
42
                resource,
42
                resource,
43
- 

Return to bug 40950