We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e60171 + 2995f15 commit c3b1027Copy full SHA for c3b1027
examples/translations/japanese_test_1.py
@@ -1,8 +1,8 @@
1
# Japanese Language Test - Python 3 Only!
2
-from seleniumbase.translate.japanese import セレンテストケース # noqa
+from seleniumbase.translate.japanese import セレニウムテストケース # noqa
3
4
5
-class テストクラス(セレンテストケース): # noqa
+class テストクラス(セレニウムテストケース): # noqa
6
7
def test_例1(self):
8
self.URLを開く("https://ja.wikipedia.org/wiki/")
0 commit comments