Updated the overlay text of the screenshot button (#4507) Mammoets

* Updated the overlay text of the screenshot button to be more descriptive.

* Update result-screen.ts

added save as alias

* Update sourcecode.txt

reverted change to aria-label
This commit is contained in:
Steve H 2023-08-10 08:49:52 -04:00 committed by GitHub
parent d6babe0194
commit 6dd524ad39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -117,9 +117,9 @@ const commands: MonkeyTypes.Command[] = [
},
{
id: "saveScreenshot",
display: "Save screenshot",
display: "Copy screenshot to clipboard",
icon: "fa-image",
alias: "ss picture",
alias: "save",
exec: (): void => {
setTimeout(() => {
TestUI.screenshot();

View file

@ -413,7 +413,7 @@
</div>
<div
id="saveScreenshotButton"
aria-label="Save screenshot"
aria-label="Copy screenshot to clipboard"
role="button"
data-balloon-pos="down"
tabindex="0"