Skip to content

Commit

Permalink
Document why test assertions are commented out
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Mar 6, 2024
1 parent 36a0bd9 commit 4645b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/test/playwright/e2e/collections.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* The commented-out assertions will be re-enabled after the fetching
* of collections is fixed using `VMediaCollection` component
* introduced in https://github.com/WordPress/openverse/pull/3831
*/

import { test, expect } from "@playwright/test"

import { preparePageForTests } from "~~/test/playwright/utils/navigation"
Expand Down

0 comments on commit 4645b7b

Please sign in to comment.