forked from trent_larson/crowd-funder-for-time-pwa
fix a test, add potential-failing comment
This commit is contained in:
@@ -81,6 +81,5 @@ test('Add contact, record gift, confirm gift', async ({ page }) => {
|
||||
|
||||
// Refresh claim page, Confirm button should be hidden
|
||||
await page.reload();
|
||||
await expect(page.getByRole('button', { name: 'Confirm' })).toBeVisible();
|
||||
await expect(page.getByRole('button', { name: 'Confirm' })).toBeHidden();
|
||||
});
|
||||
Reference in New Issue
Block a user