Issue #3266397 by quietone, murilohp, dww, AaronMcHale, benjifisher, Antoniya,...
Issue #3266397 by quietone, murilohp, dww, AaronMcHale, benjifisher, Antoniya, andregp, rkoller, kimberlly_amaral, ckrina: Highlight non-stable modules on the admin/modules/uninstall form
// Check that the experimental module link was rendered correctly.
$this->assertSession()->elementExists('xpath',"//a[contains(@aria-label, 'View information on the Experimental status of the module Experimental Test')]");
// Check that the deprecated module link was rendered correctly.
$this->assertSession()->elementExists('xpath',"//a[contains(@aria-label, 'View information on the Deprecated status of the module Deprecated module')]");
// Check that the obsolete module link was rendered correctly.
$this->assertSession()->elementExists('xpath',"//a[contains(@aria-label, 'View information on the Obsolete status of the module System obsolete status test')]");