Skip to content

Commit

Permalink
Disable check for generic icon for Logging chart
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Nov 18, 2024
1 parent b4e5aba commit 63bb210
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 63bb210

Please sign in to comment.