Skip to content

Commit f0f1552

Browse files
committed
Updated published date for tz
Signed-off-by: mrrajan <[email protected].>
1 parent 4603b4f commit f0f1552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

e2e/tests/ui/features/@sbom-scan/scan-sbom.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Scenario: Verify Vulnerability Details on Generate Vulnerability Report for an S
9090
Then The "Updated" column of the "<Vulnerability>" should match with "<Updated>"
9191
Examples:
9292
| fileName | filePath | Vulnerability | Description | severity:Importer | status | affectedcount | Published | Updated |
93-
| quarkus-bom-3.8.3.redhat-00003.json.bz2 | /tests/common/assets/sbom/ | CVE-2024-29025 | Netty HttpPostRequestDecoder can OOM | Medium(5.3): Unknown,Medium(5.3): Unknown,Medium(5.3): Unknown,Medium(5.3): Unknown | Affected | 1 | Mar 26, 2024 | Feb 13, 2025 |
93+
| quarkus-bom-3.8.3.redhat-00003.json.bz2 | /tests/common/assets/sbom/ | CVE-2024-29025 | Netty HttpPostRequestDecoder can OOM | Medium(5.3): Unknown,Medium(5.3): Unknown,Medium(5.3): Unknown,Medium(5.3): Unknown | Affected | 1 | Mar 25, 2024 | Feb 13, 2025 |
9494
| exhort_mvn.json.bz2 | /tests/common/assets/sbom/ | CVE-2023-0481 | In RestEasy Reactive implementation of Quarkus the insecure File.createTempFile() | Medium(5.3): Unknown,Low(3.3): Unknown,Medium(5.3): Unknown | Affected | 1 | Feb 24, 2023 | Mar 12, 2025 |
9595

9696
Scenario: Verify Affected package list on Generate Vulnerability Report for an SBOM

e2e/tests/ui/pages/sbom-scan/SbomScanPage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ export class SbomScanPage {
3434
}
3535

3636
async errorVulnerabilitiesHeading(header: string) {
37-
this._page.getByRole("heading", { name: header }).isVisible();
37+
await this._page.getByRole("heading", { name: header }).isVisible();
3838
}
3939

4040
async errorVulnerabilitiesBody(body: string) {
41-
this._page.getByText(body).isVisible();
41+
await this._page.getByText(body).isVisible();
4242
}
4343

4444
async assertOnScanPage() {

0 commit comments

Comments
 (0)