udacity / frontend-grading-engine

Providing immediate feedback for front-end code
MIT License
132 stars 172 forks source link

add a last child selector #22

Closed notetiene closed 7 years ago

notetiene commented 7 years ago

On tests that need to select the last child element, a fixed children number is usually used. If someone adds an element before the last child, it may mark the test as incorrect.

notetiene commented 7 years ago

The bug is fixed in #24