mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Remove example test file
This commit is contained in:
parent
b77579bc21
commit
83617d9108
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
const {test, expect} = require('@playwright/test');
|
|
||||||
|
|
||||||
const {
|
|
||||||
BASEURL,
|
|
||||||
} = process.env;
|
|
||||||
|
|
||||||
test('Visit home page', async ({page}) => {
|
|
||||||
await page.goto(BASEURL);
|
|
||||||
});
|
|
Loading…
Add table
Add a link
Reference in a new issue