Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
da-oleg-ignatiev committed Jun 5, 2024
1 parent 76c05d0 commit 9a3afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oleg.test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9a3afae

Please sign in to comment.