Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit ecf3f23

Browse files
add advisory tests
Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
1 parent 5948848 commit ecf3f23

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/ui/pages/Constants.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ export const PackageListPage = {
4444
},
4545
};
4646

47+
export const AdvisoryListPage = {
48+
toolbarAriaLabel: "advisory-toolbar",
49+
tableAriaLabel: "advisory-table",
50+
paginationIdTop: "advisory-table-pagination-top",
51+
paginationIdBottom: "advisory-table-pagination-bottom",
52+
filters: {
53+
filterText: "Filter text",
54+
revision: "Revision",
55+
label: "Label",
56+
},
57+
};
58+
4759
export const isSorted = (arr: string[], asc: boolean) => {
4860
let sorted = [...arr].sort((a, b) => a.localeCompare(b));
4961
if (!asc) {

0 commit comments

Comments
 (0)