@@ -234,6 +234,11 @@ describe('Test Self-Healing of resource modification when correctDrift option us
234234 // TODO: remove or rework when possible
235235 cy . wait ( 2000 ) ;
236236 cy . open3dotsMenu ( repoName , 'Force Update' ) ;
237+
238+ // TODO: remove once this bug is fixed:
239+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
240+ cy . closePopWindow ( 'Warning' )
241+
237242 cy . checkGitRepoStatus ( repoName , '1 / 1' , '1 / 1' ) ;
238243 cy . checkApplicationStatus ( appName ) ;
239244
@@ -569,6 +574,11 @@ if (!/\/2\.7/.test(Cypress.env('rancher_version')) && !/\/2\.8/.test(Cypress.env
569574 cy . accesMenuSelection ( 'local' , 'Workloads' , 'Deployments' ) ;
570575 cy . filterInSearchBox ( 'nginx-test-polling' ) ;
571576 cy . wait ( 500 ) ;
577+
578+ // TODO: remove once this bug is fixed:
579+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
580+ cy . closePopWindow ( 'Warning' )
581+
572582 cy . log ( 'HERE WE SHOULD SEE 2/2' ) ;
573583 cy . contains ( 'tr.main-row' , 'nginx-test-polling' , { timeout : 20000 } ) . should ( 'be.visible' ) ;
574584 cy . screenshot ( 'Screenshot BEFORE reloading should be 2/2' ) ;
@@ -620,9 +630,19 @@ if (!/\/2\.7/.test(Cypress.env('rancher_version')) && !/\/2\.8/.test(Cypress.env
620630 cy . accesMenuSelection ( 'Continuous Delivery' , 'Git Repos' ) ;
621631 cy . fleetNamespaceToggle ( 'fleet-local' ) ;
622632 cy . open3dotsMenu ( repoName , 'Pause' ) ;
633+
634+ // TODO: remove once this bug is fixed:
635+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
636+ cy . closePopWindow ( 'Warning' )
637+
623638 cy . verifyTableRow ( 0 , 'Paused' ) ;
624639 cy . wait ( 2000 ) ; // Wait to let time for pause to take effect.
625640 cy . open3dotsMenu ( repoName , 'Unpause' ) ;
641+
642+ // TODO: remove once this bug is fixed:
643+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
644+ cy . closePopWindow ( 'Warning' )
645+
626646 cy . verifyTableRow ( 0 , 'Active' ) ;
627647 // Verify deployment changes to 5?
628648 cy . accesMenuSelection ( 'local' , 'Workloads' , 'Deployments' ) ;
@@ -932,6 +952,8 @@ describe("Test Application deployment based on 'clusterSelector'", { tags: '@p1'
932952 cy . removeClusterLabels ( dsCluster , key , value ) ;
933953 }
934954 )
955+
956+
935957 cy . deleteAllFleetRepos ( ) ;
936958 } )
937959
@@ -985,6 +1007,12 @@ describe("Test Application deployment based on 'clusterSelector'", { tags: '@p1'
9851007 // Create a GitRepo targeting cluster group created from YAML.
9861008 cy . clickNavMenu ( [ 'Git Repos' ] ) ;
9871009 cy . wait ( 500 ) ;
1010+
1011+
1012+ // TODO: remove once this bug is fixed:
1013+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
1014+ cy . closePopWindow ( 'Warning' )
1015+
9881016 cy . clickButton ( 'Add Repository' ) ;
9891017 cy . contains ( 'Git Repo:' ) . should ( 'be.visible' ) ;
9901018 cy . clickButton ( 'Edit as YAML' ) ;
@@ -1061,6 +1089,12 @@ describe("Test Application deployment based on 'clusterSelector'", { tags: '@p1'
10611089 // Create a GitRepo targeting cluster group created from YAML.
10621090 cy . clickNavMenu ( [ 'Git Repos' ] ) ;
10631091 cy . wait ( 500 ) ;
1092+
1093+
1094+ // TODO: remove once this bug is fixed:
1095+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
1096+ cy . closePopWindow ( 'Warning' )
1097+
10641098 cy . clickButton ( 'Add Repository' ) ;
10651099 cy . contains ( 'Git Repo:' ) . should ( 'be.visible' ) ;
10661100 cy . clickButton ( 'Edit as YAML' ) ;
@@ -1111,6 +1145,11 @@ describe("Test Application deployment based on 'clusterGroupSelector'", { tags:
11111145 cy . removeClusterLabels ( dsCluster , key , value ) ;
11121146 }
11131147 )
1148+
1149+ // TODO: remove once this bug is fixed:
1150+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
1151+ cy . closePopWindow ( 'Warning' )
1152+
11141153 cy . deleteClusterGroups ( ) ;
11151154 cy . deleteAllFleetRepos ( ) ;
11161155 } )
@@ -1169,6 +1208,11 @@ describe("Test Application deployment based on 'clusterGroupSelector'", { tags:
11691208 // Create a GitRepo targeting cluster group created from YAML.
11701209 cy . clickNavMenu ( [ 'Git Repos' ] ) ;
11711210 cy . wait ( 500 ) ;
1211+
1212+ // TODO: remove once this bug is fixed:
1213+ // https://github.com/rancher/dashboard/issues/14295#issuecomment-2862105017
1214+ cy . closePopWindow ( 'Warning' )
1215+
11721216 cy . clickButton ( 'Add Repository' ) ;
11731217 cy . contains ( 'Git Repo:' ) . should ( 'be.visible' ) ;
11741218 cy . clickButton ( 'Edit as YAML' ) ;
0 commit comments