Skip to content

Commit

Permalink
Merge pull request #12626 from rak-phillip/chore/2.10/disable-generic…
Browse files Browse the repository at this point in the history
…-icon-check

Disable check for generic icon for Logging chart
  • Loading branch information
rak-phillip authored Nov 18, 2024
2 parents b4e5aba + 63bb210 commit d35fca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/tests/pages/explorer/apps/charts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ describe('Apps/Charts', { tags: ['@explorer', '@adminUser'] }, () => {
chartsPage.chartsFilterReposSelect().enableOptionWithLabelForChartReposFilter('All');
chartsPage.checkChartGenericIcon('Alerting Driver', false);
chartsPage.checkChartGenericIcon('CIS Benchmark', false);
chartsPage.checkChartGenericIcon('Logging', false);
// TODO: #12625 - Logging chart has generic icon
// chartsPage.checkChartGenericIcon('Logging', false);
});

it('Show deprecated apps filter works properly', () => {
Expand Down

0 comments on commit d35fca6

Please sign in to comment.