Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 2, 2023
1 parent 423a3c0 commit b8ee96e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions atest/05_Features/Hover.robot
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ Hover works in foreign code (javascript)
Element Should Contain ${HOVER_BOX} Math: Math

Update hover after character deletion
Enter Cell Editor 4
Trigger Tooltip atan2
Enter Cell Editor 4
Trigger Tooltip atan2
Element Text Should Be ${HOVER_SIGNAL} atan2
Capture Page Screenshot 01-hover-before-delection.png
Element Should Contain ${HOVER_BOX} atan2(y: SupportsFloat, x: SupportsFloat, /)
Place Cursor In Cell Editor At 4 line=2 character=13
Place Cursor In Cell Editor At 4 line=2 character=13
Press Keys None DELETE
Trigger Tooltip atan
Element Text Should Be ${HOVER_SIGNAL} atan
Trigger Tooltip atan
Element Text Should Be ${HOVER_SIGNAL} atan
Capture Page Screenshot 02-hover-after-delection.png
Element Should Contain ${HOVER_BOX} atan(x: SupportsFloat, /)

Expand Down
2 changes: 1 addition & 1 deletion atest/05_Features/Jump.robot
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Clean Up Folder With Spaces
FOR ${file} IN @{files}
Remove File ${NOTEBOOK DIR}${/}${FOLDER WITH SPACE}${/}${file}
END
Remove Directory ${NOTEBOOK DIR}${/}${FOLDER WITH SPACE} recursive=True
Remove Directory ${NOTEBOOK DIR}${/}${FOLDER WITH SPACE} recursive=True

Select Token Occurrence
[Arguments] ${token} ${type}=variable ${which}=last
Expand Down

0 comments on commit b8ee96e

Please sign in to comment.