rename function test_description_per_more_columns.py

This commit is contained in:
Trent Palmer 2021-08-22 07:10:43 -07:00
parent 2a2ac442f4
commit 206254bf45
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from unittest import TestCase
class TestDescriptionPerMoreColumns(TestDescription, TestCase):
def test_more_columns(self):
def test_description_per_more_columns(self):
self.driver.find_element_by_id(
'button-for-showing-columns').click()