-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: LimeGlass <[email protected]>
- Loading branch information
1 parent
444d6a8
commit 038e77e
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
test "tooltip" when running minecraft "1.20.5": | ||
|
||
set {_item} to diamond | ||
set {_item} to a diamond | ||
assert entire tooltip of {_item} is shown with "item unexpectedly doesn't have entire tooltip" | ||
assert additional tooltip of {_item} is shown with "item unexpectedly doesn't have additional tooltip" | ||
|
||
hide entire tooltip of {_item} | ||
hide additional tooltip of {_item} | ||
assert entire tooltip of {_item} is hidden with "item unexpectedly has entire tooltip" | ||
assert entire tooltip of {_item} is hidden with "item unexpectedly has additional tooltip" | ||
hide additional tooltip of {_item} | ||
assert additional tooltip of {_item} is hidden with "item unexpectedly has additional tooltip" | ||
|
||
show entire tooltip of {_item} | ||
show additional tooltip of {_item} | ||
assert entire tooltip of {_item} is shown with "item unexpectedly doesn't have entire tooltip" | ||
show additional tooltip of {_item} | ||
assert additional tooltip of {_item} is shown with "item unexpectedly doesn't have additional tooltip" |