Skip to content

Commit 9cc5403

Browse files
committed
Update language tests
1 parent ea0c642 commit 9cc5403

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/translations/chinese_test_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from seleniumbase.translate.chinese import 硒测试用例 # noqa
33

44

5-
class 测试类(硒测试用例): # noqa
5+
class 我的测试类(硒测试用例): # noqa
66

77
def test_例子1(self):
88
self.开启网址("https://xkcd.in/comic?lg=cn&id=353")

examples/translations/french_test_1.py

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

44

5-
class ClasseDeTest(CasDeBase):
5+
class MaClasseDeTest(CasDeBase):
66

77
def test_exemple_1(self):
88
self.ouvrir_url("https://fr.wikipedia.org/wiki/")

examples/translations/italian_test_1.py

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

44

5-
class ClasseDiTest(CasoDiProva):
5+
class MiaClasseDiTest(CasoDiProva):
66

77
def test_esempio_1(self):
88
self.apri_url("https://it.wikipedia.org/wiki/")

examples/translations/japanese_test_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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)