mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 08:41:29 -08:00
change class name test_showing_columns.py
This commit is contained in:
parent
d21c2859d9
commit
b622235a39
@ -5,9 +5,9 @@ from test.database import get_themes_orderedby_cname
|
||||
from ast import literal_eval
|
||||
|
||||
|
||||
class TestShowingButtons(TestSelenium, TestCase):
|
||||
class TestShowingColumns(TestSelenium, TestCase):
|
||||
def setUp(self):
|
||||
super(TestShowingButtons, self).setUp()
|
||||
super(TestShowingColumns, self).setUp()
|
||||
self.driver.find_element_by_id('plus-button').click()
|
||||
self.driver.find_element_by_id(
|
||||
'button-for-showing-sort-option').click()
|
||||
|
Loading…
Reference in New Issue
Block a user