Skip to content
Snippets Groups Projects
Commit 82b13a07 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-7189 Add switchToIFrame to make WcmsTestsLinkFieldCest work

parent 9763550f
No related branches found
No related tags found
1 merge request!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...
...@@ -311,6 +311,9 @@ class WcmsTestsLinkFieldCest { ...@@ -311,6 +311,9 @@ class WcmsTestsLinkFieldCest {
$i->click($block); $i->click($block);
$i->waitForText('Configure block'); $i->waitForText('Configure block');
// Switch the block form iframe.
$i->switchToIFrame('iframe[class="lbim-dialog-iframe"]');
// Fill the block fields. // Fill the block fields.
$this->fillBlockFields($i, $fields, 'Add block'); $this->fillBlockFields($i, $fields, 'Add block');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment