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 6df4000 commit 6bc1f6eCopy full SHA for 6bc1f6e
examples/translations/dutch_test_1.py
@@ -11,11 +11,11 @@ def test_voorbeeld_1(self):
11
self.typ("#searchInput", "Stroopwafel")
12
self.klik("#searchButton")
13
self.controleren_tekst("Stroopwafel", "#firstHeading")
14
- self.controleren_element('img[alt="Stroopwafels"]')
+ self.controleren_element('img[src*="Stroopwafels"]')
15
self.typ("#searchInput", "Rijksmuseum Amsterdam")
16
17
self.controleren_tekst("Rijksmuseum", "#firstHeading")
18
- self.controleren_element('img[alt="Het Rijksmuseum"]')
+ self.controleren_element('img[src*="Rijksmuseum"]')
19
self.terug()
20
self.controleren_ware("Stroopwafel" in self.huidige_url_ophalen())
21
self.vooruit()
0 commit comments