-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Description:
List page on CI has different set of data compared to local environment setup. The playwright scripts Filter edge cases testFilterMatches("Empty filter input is handled" and testFilterMatches("Empty filter input is handled" failed while running locally, but the scripts were executed successfully on CI.
Details:
I have my local environment running with trustify-ui main branch using npm run start:dev backed with the trustify main branch.
The scripts on package-list/filter.spect.ts file and sbom-list/filter.spect.ts failed on local for the data visibility.
On my local, the list pages loaded by default with sorting order A->Z, a->z. For the above scripts, the data identification with this sorting order and limit value, the data accordion or quarkus-bom is not visible and causes failure.
But surprisingly on CI, this list page loaded with different sorting order. The debug console.log step to print the value on the "Name" column on packages-list has different values.

Metadata
Metadata
Assignees
Labels
Type
Projects
Status