mirror of
https://github.com/TrentSPalmer/hugo_themes_report.git
synced 2024-12-04 16:41:31 -08:00
rename function test_description_per_more_columns.py
This commit is contained in:
parent
2a2ac442f4
commit
206254bf45
@ -3,7 +3,7 @@ from unittest import TestCase
|
|||||||
|
|
||||||
|
|
||||||
class TestDescriptionPerMoreColumns(TestDescription, TestCase):
|
class TestDescriptionPerMoreColumns(TestDescription, TestCase):
|
||||||
def test_more_columns(self):
|
def test_description_per_more_columns(self):
|
||||||
self.driver.find_element_by_id(
|
self.driver.find_element_by_id(
|
||||||
'button-for-showing-columns').click()
|
'button-for-showing-columns').click()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user