From 9a3afae34c3dc23efbf335375fcd287e8ecc2be7 Mon Sep 17 00:00:00 2001 From: da-oleg-ignatiev Date: Wed, 5 Jun 2024 09:14:15 +0300 Subject: [PATCH] rename --- tests/oleg.test.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/oleg.test.spec.ts b/tests/oleg.test.spec.ts index 35d469f..9aad166 100644 --- a/tests/oleg.test.spec.ts +++ b/tests/oleg.test.spec.ts @@ -11,7 +11,7 @@ test('Login Test', async ({ page }) => { // 'Login Test' is the name of the test await portalPage.portalHeaderIsDisplayed(); }); -test('Unique Test', async () => { +test('DB Test', async () => { console.log('Test is running...'); const sqlQuery = "SELECT TOP 1 FROM CreditFulfillment WHERE c.EmailAddress = 'GARYGRAHART@gmail.com'"; const pool = await getPool();