mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Improve save problem
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user