The openstack_dashboard.test.integration_tests.pages.changepasswordpage ModuleΒΆ

class openstack_dashboard.test.integration_tests.pages.changepasswordpage.ChangePasswordPage(driver, conf)[source]

Bases: openstack_dashboard.test.integration_tests.pages.basepage.BasePage

class ChangePasswordModal(driver, conf)[source]

Bases: openstack_dashboard.test.integration_tests.pages.pageobject.PageObject

change_button[source]
click_on_change_button()[source]
confirm_new_password[source]
current_password[source]
new_password[source]
ChangePasswordPage.change_password(current, new)[source]
ChangePasswordPage.modal[source]
ChangePasswordPage.reset_to_default_password(current)[source]

Previous topic

The openstack_dashboard.test.integration_tests.pages Module

Next topic

The openstack_dashboard.test.integration_tests.pages.pageobject Module

This Page