-
Notifications
You must be signed in to change notification settings - Fork 28
Playwright scripts fails locally #914
Copy link
Copy link
Open
Labels
needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.Indicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Metadata
Metadata
Assignees
Labels
needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.Indicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Type
Projects
Status
No status
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"andtestFilterMatches("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:devbacked 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
accordionorquarkus-bomis 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.