Línea 65... |
Línea 65... |
65 |
//div[@data-region='empty-message-container' and not(contains(@class, 'hidden')) and contains(., %locator%)]
|
65 |
//div[@data-region='empty-message-container' and not(contains(@class, 'hidden')) and contains(., %locator%)]
|
66 |
XPATH
|
66 |
XPATH
|
67 |
], false),
|
67 |
], false),
|
68 |
new behat_component_named_selector('Message tab', [
|
68 |
new behat_component_named_selector('Message tab', [
|
69 |
<<<XPATH
|
69 |
<<<XPATH
|
70 |
.//*[@data-region='message-drawer']//button[@data-toggle='collapse' and contains(string(), %locator%)]
|
70 |
.//*[@data-region='message-drawer']//button[@data-bs-toggle='collapse' and contains(string(), %locator%)]
|
71 |
XPATH
|
71 |
XPATH
|
72 |
], false),
|
72 |
], false),
|
73 |
new behat_component_named_selector('Message list area', [
|
73 |
new behat_component_named_selector('Message list area', [
|
74 |
<<<XPATH
|
74 |
<<<XPATH
|
75 |
.//*[@data-region='message-drawer']//*[contains(@data-region, concat('view-overview-', %locator%))]
|
75 |
.//*[@data-region='message-drawer']//*[contains(@data-region, concat('view-overview-', %locator%))]
|