79454523

Date: 2025-02-20 12:37:37
Score: 0.5
Natty:
Report link

Laravel dusk expects unique selectors because it cant click 5 links at the same time so make it unique like:

->click('table>tr:first-child>td:last-child>.btn.btn-danger.btn-xs:first-child')

make sure that there is only one table that has these buttons otherwise you need to have an id on table

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: oelimoe