Skip to content

Commit 2995f15

Browse files
authored
Update for fixing odd Japanese
Selenium is "セレニウム" in Japanese. (Most people don't write Selenium in Japanese, by the way)
1 parent 8e60171 commit 2995f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/translations/japanese_test_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Japanese Language Test - Python 3 Only!
2-
from seleniumbase.translate.japanese import セレンテストケース # noqa
2+
from seleniumbase.translate.japanese import セレニウムテストケース # noqa
33

44

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

77
def test_例1(self):
88
self.URLを開く("https://ja.wikipedia.org/wiki/")

0 commit comments

Comments
 (0)