diff --git a/test-1.spec.ts b/test-1.spec.ts deleted file mode 100644 index 6c2c9e6..0000000 --- a/test-1.spec.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { test, expect } from '@playwright/test'; - -test('test', async ({ page }) => { - await page.goto('prodream.cn/en'); - await page.getByRole('button', { name: 'Log in' }).click(); - await page.getByRole('textbox', { name: 'Email Address' }).click(); - await page.getByRole('textbox', { name: 'Email Address' }).fill('prodream.admin@applify.ai'); - await page.getByRole('textbox', { name: 'Psssword' }).click(); - await page.getByRole('textbox', { name: 'Psssword' }).fill('b9#0!;+{Tx4649op'); - await page.getByRole('button', { name: 'Log in' }).click(); -}); \ No newline at end of file