Skip to content

Commit

Permalink
linter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev committed Oct 4, 2023
1 parent cc2a705 commit c39b52c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/features/activity/activity.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ test.describe('Check filters', () => {
test(`Display an expected item with filter Period`, async ({ steps: { pages } }) => {
await test.step(`When apply filter Period`, async () => {
await pages.activity.choose3days(`Period`);
expect(await pages.activity.countListItems(entityNameWithAlphabeticChars))
.toBeGreaterThanOrEqual(1);
expect(
await pages.activity.countListItems(entityNameWithAlphabeticChars)
).toBeGreaterThanOrEqual(1);
});
});
});
Expand Down

0 comments on commit c39b52c

Please sign in to comment.