79548273

Date: 2025-04-01 09:57:50
Score: 1.5
Natty:
Report link
cy.get('button').each(($btn, index) => {
  if (index > 0) {  // Skips the first button (index 0)
    cy.wrap($btn).click();
  }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bharath Kumar