fix a test, add potential-failing comment

This commit is contained in:
2024-08-10 08:11:31 -06:00
parent 93caec3719
commit 5ad933f1c6
2 changed files with 1 additions and 2 deletions

View File

@@ -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();
});