Improve save problem

This commit is contained in:
Jason Laster
2025-03-17 19:07:01 -07:00
parent 676aa04435
commit 0d3c3eb471

View File

@@ -35,7 +35,6 @@ test('Should be able to save a problem ', async ({ page }) => {
await page.getByRole('textbox', { name: 'Email' }).click();
const email = process.env.SUPABASE_TEST_USER_EMAIL || '';
const password = process.env.SUPABASE_TEST_USER_PASSWORD || '';
await page.getByRole('textbox', { name: 'Email' }).fill(email);