@@ -220,7 +220,7 @@ var _ = Describe("Workload cluster creation", func() {
220220 })
221221 })
222222
223- FIt ("Install and manage Helm chart with ReleaseDrift option enabled" , func () {
223+ It ("Install and manage Helm chart with ReleaseDrift option enabled" , func () {
224224 clusterName = fmt .Sprintf ("%s-%s" , specName , util .RandomString (6 ))
225225 clusterctl .ApplyClusterTemplateAndWait (ctx , createApplyClusterTemplateInput (
226226 specName ,
@@ -258,7 +258,7 @@ var _ = Describe("Workload cluster creation", func() {
258258 }
259259
260260 // Create new Helm chart
261- By ("Creating new HelmChartProxy to install nginx " , func () {
261+ By ("Creating new HelmChartProxy to install hello-world chart " , func () {
262262 HelmInstallSpec (ctx , func () HelmInstallInput {
263263 return HelmInstallInput {
264264 BootstrapClusterProxy : bootstrapClusterProxy ,
@@ -269,8 +269,8 @@ var _ = Describe("Workload cluster creation", func() {
269269 })
270270 })
271271
272- // Updating Nginx deployment and waiting for the release drift
273- By ("Updating Nginx deployment and waiting for release drift" , func () {
272+ // Updating hello-world deployment and waiting for the release drift
273+ By ("Updating hello-world deployment and waiting for release drift" , func () {
274274 HelmReleaseDriftWithDeployment (ctx , func () HelmReleaseDriftInput {
275275 return HelmReleaseDriftInput {
276276 BootstrapClusterProxy : bootstrapClusterProxy ,
@@ -299,8 +299,8 @@ var _ = Describe("Workload cluster creation", func() {
299299 })
300300 })
301301
302- // Updating Nginx deployment and waiting for the release drift
303- By ("Updating Nginx deployment and waiting release drift to be inactive for a long time" , func () {
302+ // Updating hello-world deployment and waiting for the release drift
303+ By ("Updating hello-world deployment and waiting release drift to be inactive for a long time" , func () {
304304 HelmReleaseDriftWithDeployment (ctx , func () HelmReleaseDriftInput {
305305 return HelmReleaseDriftInput {
306306 BootstrapClusterProxy : bootstrapClusterProxy ,
0 commit comments