forked from trent_larson/crowd-funder-for-time-pwa
fix build and auto-test issues
This commit is contained in:
@@ -23,6 +23,6 @@ test('Check usage limits', async ({ page }) => {
|
||||
await page.getByRole('button', { name: 'Set Your Name' }).click();
|
||||
const name = 'User ' + did.slice(11, 14);
|
||||
await page.getByPlaceholder('Name').fill(name);
|
||||
await page.getByRole('button', { name: 'Save' }).click();
|
||||
await page.getByRole('button', { name: 'Save', exact: true }).click();
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user