Skip to content

Commit 2eb5a4b

Browse files
committed
remove Show Duplicates check
1 parent 94a6f05 commit 2eb5a4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/cypress/e2e/table/table.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="cypress" />
22

3-
import * as c from '../../support/const'
3+
import * as c from '../../support/const';
44

55
describe('netflow-table', () => {
66
function reload(clearCache = true) {
@@ -25,7 +25,6 @@ describe('netflow-table', () => {
2525

2626
cy.addFilter('src_namespace', c.namespace);
2727
cy.addFilter('src_name', c.pod);
28-
cy.changeQueryOption('Show duplicates');
2928
cy.changeQueryOption('1000');
3029
cy.changeTimeRange('Last 1 day');
3130
});

0 commit comments

Comments
 (0)