Skip to content

Commit 612b75c

Browse files
fix: change the button name at step
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent afe76cd commit 612b75c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright/e2e/sign-herself-with-click-to-sign.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test('sign herself with click to sign', async ({ page }) => {
4444
await page.getByRole('button', { name: 'Send' }).click();
4545
await page.getByRole('button', { name: 'Sign document' }).click();
4646
await page.getByRole('button', { name: 'Sign the document.' }).click();
47-
await page.getByRole('button', { name: 'Confirm' }).click();
47+
await page.getByRole('button', { name: 'Sign document' }).click();
4848
await page.waitForURL('**/validation/**');
4949
await expect(page.getByText('This document is valid')).toBeVisible();
5050
await page.getByRole('button', { name: 'Expand details' }).click();

0 commit comments

Comments
 (0)