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 13173bf commit 8e6532bCopy full SHA for 8e6532b
examples/translations/japanese_test_1.py
@@ -6,7 +6,7 @@ class 私のテストクラス(セレニウムテストケース):
6
def test_例1(self):
7
self.を開く("https://ja.wikipedia.org/wiki/")
8
self.テキストを確認する("ウィキペディア")
9
- self.要素を確認する('[title*="メインページに移動する"]')
+ self.要素を確認する('[title*="ウィキペディアへようこそ"]')
10
self.JS入力('input[name="search"]', "アニメ")
11
self.クリックして("#searchform button")
12
self.テキストを確認する("アニメ", "#firstHeading")
0 commit comments