We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13c7fb commit 9142a84Copy full SHA for 9142a84
test/gui/shared/scripts/pageObjects/Activity.py
@@ -60,7 +60,7 @@ def getNotSyncedStatus(row):
60
def clickTab(tabName):
61
tabFound = False
62
63
- # NOTE: Some activity tabs are not immediately available
+ # NOTE: Some activity tabs are loaded dynamically
64
# and the tab index changes after all the tabs are loaded properly
65
# So wait for a second to let the UI render the tabs properly
66
# before trying to click the tab
0 commit comments