Update for fixing odd Japanese

Selenium is "セレニウム" in Japanese. (Most people don't write Selenium in Japanese, by the way)
This commit is contained in:
Masanori Kawarada 2020-03-21 02:13:44 +09:00 committed by GitHub
parent 8e601717fd
commit 2995f15c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Japanese Language Test - Python 3 Only!
from seleniumbase.translate.japanese import セレテストケース # noqa
from seleniumbase.translate.japanese import セレニウムテストケース # noqa
class テストクラス(セレテストケース): # noqa
class テストクラス(セレニウムテストケース): # noqa
def test_例1(self):
self.URLを開く("https://ja.wikipedia.org/wiki/")