Skip to content

Commit

Permalink
Change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Jan 10, 2024
1 parent a6e61f5 commit a8e92b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('policy table', () => {

// Now we should see all deprecated policies
deprecatedPolicies = findTestSubject(rendered, 'deprecatedPolicyBadge');
expect(deprecatedPolicies.length).toBe(10);
expect(deprecatedPolicies.length).toBeGreaterThan(0);
});

test('filters based on content of search input', () => {
Expand Down

0 comments on commit a8e92b6

Please sign in to comment.