-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
The task says: "Select the small apple and the big orange"
Correct solution should be like this: //apple[contains(@Class,'small')] | //orange[not(contains(@Class,'small'))]
But it's not accepted.
The only accepted solution is: //plate/*[last()]
It's accepted because it corresponds to the tips but doesn't match the requirements.
Change the task "Select the last items on all the plates"
Or change the solution to accept this: //apple[contains(@Class,'small')] | //orange[not(contains(@Class,'small'))]
isobeyan
Metadata
Metadata
Assignees
Labels
No labels