Skip to content

Commit 03f300e

Browse files
committed
Update the Japanese BaseCase
1 parent c3b1027 commit 03f300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/translate/japanese.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from seleniumbase import BaseCase
33

44

5-
class セレンテストケース(BaseCase): # noqa
5+
class セレニウムテストケース(BaseCase): # noqa
66

77
def URLを開く(self, *args, **kwargs):
88
# open(url)

0 commit comments

Comments
 (0)