Browse Source

go through failing tests and mark green ones temporary - WIP

pull/4749/head
Daniel Spaude 2 years ago
parent
commit
c066219aa9
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      tests/playwright/tests/filters.spec.ts

2
tests/playwright/tests/filters.spec.ts

@ -78,6 +78,8 @@ async function verifyFilter(param: {
// Number based filters
//
// was green when run individually via .only
// on aebc2b442ac952519b00062839169eb9a82ac3b9
test.describe('Filter Tests: Numerical', () => {
async function numBasedFilterTest(dataType, eqString, isLikeString) {
await dashboard.closeTab({ title: 'Team & Auth' });

Loading…
Cancel
Save