mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
[Editor] Add an aria label to an added signature (bug 1952571)
This commit is contained in:
parent
febf59ce75
commit
b5a7b827b5
2 changed files with 6 additions and 0 deletions
|
@ -182,6 +182,11 @@ describe("Signature Editor", () => {
|
|||
`.altText.editDescription[title="Hello World"]`
|
||||
);
|
||||
|
||||
// Check the aria label.
|
||||
await page.waitForSelector(
|
||||
`${editorSelector}[aria-label="Hello World"]`
|
||||
);
|
||||
|
||||
// Edit the description.
|
||||
await page.click(`.altText.editDescription`);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue