Skip to content

wordpress: tests: functional: Fix tests on Trixie

  • In versions of WordPress in Debian Trixie and up the editing widget is inside of an iframe instead of as a direct child of the main document. Elements inside these iframes can't be queried directly and one must be the 'context' of the iframe before querying elements inside.

  • Fix the failures by using the splinter API to query inside iframe.

Tests:

  • Run functional tests on WordPress in stable and testing containers twice.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading