We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363750d commit 9f18017Copy full SHA for 9f18017
explorer/e2e/anvil-catalog/anvilcatalog-sort.spec.ts
@@ -1,7 +1,6 @@
1
import { test } from "@playwright/test";
2
import { testSortCatalog } from "../testFunctions";
3
import { ANVIL_CATALOG_TABS } from "./anvilcatalog-tabs";
4
-//TODO: handle boolean return value and fail if it's false for each test
5
test("On the Consortia tab, expect clicking the column header (the sort button) to keep the first element of the column visible", async ({
6
page,
7
}) => {
0 commit comments