We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283ba12 commit c15367fCopy full SHA for c15367f
1 file changed
e2e/tests/vpn/wizard.spec.ts
@@ -44,7 +44,7 @@ test.describe('Setup VPN (wizard) ', () => {
44
await page.getByTestId('setup-option-import').click();
45
await navNext.click();
46
await page.getByTestId('field-name').fill('test network');
47
- await page.getByTestId('field-endpoint').fill('127.0.0.1:5051');
+ await page.getByTestId('field-endpoint').fill('127.0.0.1');
48
const fileChooserPromise = page.waitForEvent('filechooser');
49
await page.getByTestId('upload-config').click();
50
const responseImportConfigPromise = page.waitForResponse('**/import');
0 commit comments