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 f70e847 commit 04b0d7eCopy full SHA for 04b0d7e
examples/translations/italian_test_1.py
@@ -11,7 +11,7 @@ def test_esempio_1(self):
11
self.digitare("#searchInput", "Pizza")
12
self.fare_clic("#searchButton")
13
self.verificare_testo("Pizza", "#firstHeading")
14
- self.verificare_elemento('img[alt*="pizza"]')
+ self.verificare_elemento('figure img[src*="pizza"]')
15
self.digitare("#searchInput", "Colosseo")
16
17
self.verificare_testo("Colosseo", "#firstHeading")
0 commit comments