Skip to content

Commit 2ee3237

Browse files
committed
Update a test
1 parent 3b5d17d commit 2ee3237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/kanban_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
""" Kanban board testing example """
1+
"""Kanban board testing example"""
22
from seleniumbase import BaseCase
3+
BaseCase.main(__name__, __file__)
34

45

56
class MyTestClass(BaseCase):

0 commit comments

Comments
 (0)