Skip to content

Commit b136602

Browse files
pavloburykhcammellos
authored andcommitted
e2e: fixed initial account name
1 parent 38af9e8 commit b136602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/appium/views/base_view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def __init__(self, driver):
285285

286286
@property
287287
def status_account_name(self):
288-
return self.get_translation_by_key('ethereum-account')
288+
return self.get_translation_by_key('main-account')
289289

290290
def accept_agreements(self):
291291
iterations = int()

0 commit comments

Comments
 (0)