Skip to content

Commit

Permalink
[Submit] To Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
da-oleg-ignatiev committed May 21, 2024
1 parent 67b7eb7 commit 5f79605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/oleg.test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ test('ScoreSense', async ({ page }) => {
await expect(page.getByTitle('Please enter your password.').fill('password1')).resolves.toBeUndefined();


//await page.locator("xpath=//button[@class='login-page-main-sign-in-button']").click();
await page.locator("css=[class='login-page-main-sign-in-button']").click();

});


Expand Down

0 comments on commit 5f79605

Please sign in to comment.