This issue is spun off from #2831274-390: Bring Media entity module to core as Media module, specifically this point of review:

The problematic test is MediaUiJavascriptTest - there are 4 calls to $assert_session->statusCodeEquals() - 3 of which can be removed but the last needs replacing with an assertion on something like "The media type %name has been updated." being on the page

This is postponed on #2831274: Bring Media entity module to core as Media module and #2827014: Throw an exception when testing status code or response headers in functional JavaScript tests.

Comments

phenaproxima created an issue. See original summary.

marcoscano’s picture

Status: Postponed » Active

Not postponed anymore.

phenaproxima’s picture

phenaproxima’s picture

Status: Postponed » Closed (duplicate)
Issue tags: +Media Initiative

The problem described in the IS is fully addressed as of #2827014-65: Throw an exception when testing status code or response headers in functional JavaScript tests, so I think we can close this as a duplicate.