Skip to content

Commit

Permalink
fix broken functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 13, 2024
1 parent acf3fe5 commit ad52bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ testCanvasTableFunctionalTest
with: entities
do: [ :row :entityDef |
self
assert: ((row findElementsByTagName: 'td') collect: #'getText')
assert: ((row findElementsByCSSSelector: 'th,td') collect: #'getText')
equals: entityDef ].
exchangeRates := #(#('EUR' '1.70') #('USD' '1.30') #('DKK' '23.36') #('SEK' '19.32')).
currencyTable := (driver findElementsByTagName: 'table')
Expand Down

0 comments on commit ad52bec

Please sign in to comment.