restrucutred svelte examples
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
import { FRAMEWORK } from './constants';
|
||||
|
||||
test.describe('NODES', () => {
|
||||
test.beforeEach(async ({ page }) => {
|
||||
// Go to the starting url before each test.
|
||||
await page.goto('/tests/nodes');
|
||||
});
|
||||
|
||||
test.describe('selection', () => {
|
||||
test('selecting a node', async ({ page }) => {});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user