The openstack_dashboard.test.integration_tests.tests.test_login ModuleΒΆ

class openstack_dashboard.test.integration_tests.tests.test_login.TestLogin(*args, **kwargs)[source]

Bases: openstack_dashboard.test.integration_tests.helpers.BaseTestCase

This is a basic scenario test: * checks that the login page is available * logs in as a regular user * checks that the user home page loads without error

TestLogin.test_login()[source]

Previous topic

The openstack_dashboard.test.integration_tests.pages Module

Next topic

The openstack_dashboard.test.integration_tests.tests Module

This Page