mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +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