change class name test_showing_columns.py

This commit is contained in:
Trent Palmer 2021-08-24 18:35:13 -07:00
parent d21c2859d9
commit b622235a39
1 changed files with 2 additions and 2 deletions

View File

@ -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()