You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/cypress/e2e/unit_tests/p1_2_fleet.spec.ts
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1575,3 +1575,52 @@ if (!/\/2\.11/.test(Cypress.env('rancher_version'))) {
1575
1575
)
1576
1576
});
1577
1577
}
1578
+
1579
+
describe('Test helm chart dependency download with `disableDependencyUpdate: true/false`',{tags: '@p1_2'},()=>{
1580
+
1581
+
qase(129,
1582
+
it("Fleet-129: Test dependency should be downloaded along with the application when `disableDependencyUpdate` is set to `true` in `fleet.yaml`.",{tags: '@fleet-129'},()=>{
it("Fleet-130: Test dependency should be downloaded along with the application when `disableDependencyUpdate` is set to `false` in `fleet.yaml`.",{tags: '@fleet-130'},()=>{
0 commit comments