troccoli / lva

This is a project to help the London Volleyball Association (LVA) Referee Administrators manage referees' appointments
MIT License
0 stars 0 forks source link

Remove the assertAttribute Dusk method #104

Open troccoli opened 4 years ago

troccoli commented 4 years ago

The assertAttribute() Dusk method is defined in the DuskProvider to provide a covenient way to check elements' attributes.

However, after upgrading Laravel, Dusk now provides the assertAttribute(), assertDataAttribute() and assertAriaAttribute() which should be used instead.