Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
test: add test for getLocalizedName
Browse files Browse the repository at this point in the history
  • Loading branch information
daveenguyen committed Mar 23, 2019
1 parent 73dcd95 commit c223296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_uielement.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ def test_uielement_repr_no_ref():

def test_uielement_repr_finder(finder_app):
assert "Finder" in repr(finder_app)


def test_get_localized_name(finder_app):
assert finder_app.getLocalizedName() == "Finder"

0 comments on commit c223296

Please sign in to comment.