Fix selectOperationOnTableRowWithText

Created on 3 September 2025, 2 months ago

Problem/Motivation

selectOperationOnTableRowWithText() doesn't consider the case there is a single operation link in a table:

$row = $crawler->filterXPath($value);
 $row->filter('.dropbutton__toggle')->click();

causes an error in that case, as the ".dropbutton__toggle" element doesn't exist.

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇮🇹Italy Giuseppe87

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024