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.
1 parent 060bd5d commit d119322Copy full SHA for d119322
examples/translations/chinese_test_1.py
@@ -12,10 +12,10 @@ def test_例子1(self):
12
self.单击("#searchButton")
13
self.断言文本("舞龍", "#firstHeading")
14
self.断言元素('img[src*="Chinese_draak.jpg"]')
15
- self.输入文本("#searchInput", "火鍋")
+ self.输入文本("#searchInput", "麻婆豆腐")
16
17
- self.断言文本("火鍋", "#firstHeading")
18
- self.断言元素('td:contains("火鍋的各種食材")')
+ self.断言文本("麻婆豆腐", "#firstHeading")
+ self.断言元素('div.thumb div:contains("一家中餐館的麻婆豆腐")')
19
self.输入文本("#searchInput", "精武英雄")
20
21
self.断言元素('img[src*="Fist_of_legend.jpg"]')
0 commit comments