Skip to content

Commit

Permalink
change assertion to debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jan 2, 2024
1 parent 0b1ff92 commit f711cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ testGetCapabilities

capabilities := driver getCapabilities.

self assert: capabilities getBrowserName = 'chrome'.
self assert: capabilities getBrowserName equals: 'chrome'.

platform := capabilities getPlatform.
self assert: (#('ANY' 'MAC' 'WINDOWS' 'UNIX' 'LINUX') includes: platform family name).
Expand Down

0 comments on commit f711cfd

Please sign in to comment.