Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Dont check for Limits Events
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Apr 22, 2023
1 parent adf1516 commit 83f55f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/limits-monitor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ test('ignores entire packets', async ({ page, utils }) => {
//
test('displays the limits log', async ({ page, utils }) => {
await page.getByRole('tab', { name: 'Log' }).click()
await expect(page.getByText('Limits Events')).toBeVisible()
// Just verify we see dates and the various red, yellow, green states
await expect(page.locator('[data-test=limits-events]')).toContainText(
format(new Date(), 'yyyy-MM-dd')
Expand Down

0 comments on commit 83f55f8

Please sign in to comment.