Skip to content

Commit 74f9a65

Browse files
committed
Update the Chinese example test
1 parent f1cc84d commit 74f9a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/translations/chinese_test_1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ def test_例子1(self):
1010
self.断言元素("#content div.comic-body")
1111
self.断言文本("上漫画")
1212
self.单击("div.nextLink")
13-
self.断言文本("老妈的逆袭", "#content h1")
13+
self.断言文本("母亲的功绩", "#content h1")
1414
self.单击链接文本("下一篇")
15-
self.断言文本("敲桌子", "#content h1")
16-
self.断言文本("有时候无聊就是最棒的乐趣")
15+
self.断言文本("敲打", "#content h1")
16+
self.断言文本("有时,最有趣的事也会显得无聊")
1717
self.回去()
1818
self.单击链接文本("兰德尔·门罗")
1919
self.断言文本("兰德尔·门罗", "#firstHeading")

0 commit comments

Comments
 (0)