made suggested changes for support element verification

This commit is contained in:
ved-bruno
2025-05-19 14:02:34 +05:30
parent 5fdb52388a
commit 8debb9fd11

View File

@@ -1,6 +1,6 @@
import { test, expect } from '../playwright';
import { test, expect } from '../../playwright';
test('Verify Support Elements', async ({ page }) => {
test('Should verify all support links with correct URL in preference > Support tab', async ({ page }) => {
// Open Preferences
await page.getByLabel('Open Preferences').click();