- Issue created by @dieterholvoet
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @dieterholvoet opened merge request.
- last update
over 1 year ago 4 fail - Status changed to Needs work
over 1 year ago 12:18pm 19 May 2023 - π§πͺBelgium dieterholvoet Brussels
I'm stuck with the current test failures, it would be great if someone else could take a look. When certain fields are posted the following error is thrown:
WebDriver\Exception\ElementNotVisible: element not interactable
These are the fields. The ones who are commented out cause the test to fail:
$edit = [ 'name' => 'foobar', 'invalidationtype' => 'wildcardurl', 'hostname' => 'example.com', 'port' => 8080, 'path' => 'node/1', 'request_method' => 1, 'scheme' => 0, 'verify' => TRUE, // 'show_body_form' => 1, // 'body_content_type' => 'foo/bar', // 'body' => 'baz', // 'timeout' => 6, 'runtime_measurement' => 1, // 'connect_timeout' => 0.5, // 'cooldown_time' => 0.8, // 'max_requests' => 25, 'http_errors' => 1, ];
I canβt seem to recognize a pattern in which elements are failing. It seems like all required elements in hidden vertical tabs are failing, but not only those.
- π§πͺBelgium dieterholvoet Brussels
I attached the HTML output of the failing form submission.
- last update
over 1 year ago 4 fail - last update
over 1 year ago 24 pass - last update
over 1 year ago 24 pass -
DieterHolvoet β
committed eab499f1 on 8.x-1.x
Issue #3361040 by DieterHolvoet: Fix tests
-
DieterHolvoet β
committed eab499f1 on 8.x-1.x
- Status changed to Fixed
over 1 year ago 9:02am 2 June 2023 - π§πͺBelgium dieterholvoet Brussels
I did some more tinkering but I couldn't figure out why those elements weren't clickable. My guess is that it has something to do with the vertical tabs, but I couldn't find a solution so I removed the offending fields from the form submission.
Automatically closed - issue fixed for 2 weeks with no activity.