Skip to content

Commit

Permalink
[IsVisibleUsageRule] Update rule description (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedoseykin committed Apr 9, 2024
1 parent 1e69176 commit 90e9772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TestClassPrivateMemberRule:
Members of test class must use private modifier;

IsVisibleUsageRule:
In general, 'Espresso isVisible' should not be used -> use 'isDisplayed';
In general, 'Kaspresso isVisible' should not be used -> use 'isDisplayed';

LargeScreenObjectRule:
Split a large ScreenObject into PageElement's and combine them on this SO;
Expand Down

0 comments on commit 90e9772

Please sign in to comment.