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
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1630,3 +1630,55 @@ if (!/\/2\.11/.test(Cypress.env('rancher_version'))) {
1630
1630
)
1631
1631
});
1632
1632
}
1633
+
1634
+
describe('Test helm chart dependency download with `disableDependencyUpdate: true/false`',{tags: '@p1_2'},()=>{
1635
+
1636
+
qase(129,
1637
+
1638
+
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