Commit 19645b96 authored by Julien Muchembled's avatar Julien Muchembled

fixup! erp5_xhtml_style: add support for portal_status_level

See commit 0c2dd107.
parent 3e36d70a
Pipeline #21293 failed with stage
in 0 seconds
......@@ -130,7 +130,7 @@ Selenium.prototype.assertFloatValue = function(locator, text) {
* Checks the portal status message.
*/
Selenium.prototype.assertPortalStatusMessage = function(text) {
var psm_locator = "//div[@id='transition_message']";
var psm_locator = "//div[@class='transition_message']";
var actualValue = getText(this.page().findElement(psm_locator));
Assert.matches(text, actualValue);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment