Skip to content

Commit 6bc1f6e

Browse files
committed
Update the Dutch example test
1 parent 6df4000 commit 6bc1f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/translations/dutch_test_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ def test_voorbeeld_1(self):
1111
self.typ("#searchInput", "Stroopwafel")
1212
self.klik("#searchButton")
1313
self.controleren_tekst("Stroopwafel", "#firstHeading")
14-
self.controleren_element('img[alt="Stroopwafels"]')
14+
self.controleren_element('img[src*="Stroopwafels"]')
1515
self.typ("#searchInput", "Rijksmuseum Amsterdam")
1616
self.klik("#searchButton")
1717
self.controleren_tekst("Rijksmuseum", "#firstHeading")
18-
self.controleren_element('img[alt="Het Rijksmuseum"]')
18+
self.controleren_element('img[src*="Rijksmuseum"]')
1919
self.terug()
2020
self.controleren_ware("Stroopwafel" in self.huidige_url_ophalen())
2121
self.vooruit()

0 commit comments

Comments
 (0)