-
Notifications
You must be signed in to change notification settings - Fork 11
chore: update test cases with app nav design #182
Conversation
6d957a4
to
a48c03b
Compare
Fix failed test cases after releae 5.0.3 Update strings and android elements files for app nav designs
a48c03b
to
520ec81
Compare
assert discussion_tab_element.get_attribute('selected') == 'true' | ||
assert android_course_dashboard_page.course_dashboard_course_organization().text \ | ||
== strings.LOGIN_EDX_LOGO | ||
assert android_course_dashboard_page.course_dashboard_course_expiry_date().text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please confirm what this assertion is doing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# def test_upgrade_app(self, set_capabilities, setup_logging): | ||
# """ | ||
# Verifies that user can upgrade app | ||
# """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
# global_contents = Globals(setup_logging) | ||
# if global_contents.enable_workflows is False: | ||
# assert global_contents.upgrade_target_app(set_capabilities) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
||
@pytest.mark.skip(reason="Not getting any element to scroll in landscape mode, will figure it out later") | ||
# @pytest.mark.skip(reason="Not getting any element to scroll in landscape mode, will figure it out later") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
LEARNER-9542
Description
Automate the following screens for app nav design:
Remove Course and Video sub section screens after app nav
Update all screens after Android release 5.0.3