mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 08:58:32 +00:00
made suggested changes for support element verification
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user