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

Commit 03f866b

Browse files
committed
Removed logging
Signed-off-by: mrrajan <86094767+mrrajan@users.noreply.github.com.>
1 parent 338ad8c commit 03f866b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/features/@vulnerability-explorer/vulnerability-explorer.step.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ Then(
141141
.map((column: String) => column.trim());
142142

143143
for (const header of headers) {
144-
console.log(`Checking visibility of column header: ${header}`);
145144
const headerElement = page.getByRole("columnheader", { name: header });
146145
if (await headerElement.count()) {
147146
await expect(headerElement).toBeVisible();

0 commit comments

Comments
 (0)