We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a6f05 commit 2eb5a4bCopy full SHA for 2eb5a4b
web/cypress/e2e/table/table.spec.ts
@@ -1,6 +1,6 @@
1
/// <reference types="cypress" />
2
3
-import * as c from '../../support/const'
+import * as c from '../../support/const';
4
5
describe('netflow-table', () => {
6
function reload(clearCache = true) {
@@ -25,7 +25,6 @@ describe('netflow-table', () => {
25
26
cy.addFilter('src_namespace', c.namespace);
27
cy.addFilter('src_name', c.pod);
28
- cy.changeQueryOption('Show duplicates');
29
cy.changeQueryOption('1000');
30
cy.changeTimeRange('Last 1 day');
31
});
0 commit comments