Skip to content

Commit df428c4

Browse files
feat: update renku-ui to 4.4.0 (#4100)
* chore: bump renku-ui to 4.4.0 * test: update group acceptance test
1 parent 606311f commit df428c4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cypress-tests/cypress/e2e/v2/groupBasics.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe("Group - create, edit and delete", () => {
6666
// Change settings
6767
const modifiedGroupName = `${groupName} - modified`;
6868
const modifiedGroupDescription = `${groupDescription} - modified`;
69-
cy.getDataCy("nav-link-settings").click();
69+
cy.getDataCy("group-settings-link").click();
7070
cy.getDataCy("group-name-input").should("have.value", groupName);
7171
cy.getDataCy("group-name-input").clear().type(modifiedGroupName);
7272
cy.getDataCy("group-description-input").should(
@@ -88,7 +88,7 @@ describe("Group - create, edit and delete", () => {
8888
);
8989

9090
// Delete group
91-
cy.getDataCy("nav-link-settings").click();
91+
cy.getDataCy("group-settings-link").click();
9292
cy.getDataCy("group-delete-button").click();
9393
cy.getDataCy("group-delete-confirm-button").should("not.be.enabled");
9494
cy.getDataCy("delete-confirmation-input").type(groupSlug);

helm-chart/renku/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ ui:
534534
replicaCount: 1
535535
image:
536536
repository: renku/renku-ui
537-
tag: "4.3.0"
537+
tag: "4.4.0"
538538
pullPolicy: IfNotPresent
539539
## Optionally specify an array of imagePullSecrets.
540540
## Secrets must be manually created in the namespace.
@@ -717,7 +717,7 @@ ui:
717717
keepCookies: []
718718
image:
719719
repository: renku/renku-ui-server
720-
tag: "4.3.0"
720+
tag: "4.4.0"
721721
pullPolicy: IfNotPresent
722722
imagePullSecrets: []
723723
nameOverride: ""

0 commit comments

Comments
 (0)