Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wcms_tests
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
wcms_tests
Commits
82b13a07
Commit
82b13a07
authored
2 months ago
by
Lily Yan
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-7189 Add switchToIFrame to make WcmsTestsLinkFieldCest work
parent
9763550f
No related branches found
No related tags found
1 merge request
!83
ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
acceptance/WcmsTestsLinkFieldCest.php
+3
-0
3 additions, 0 deletions
acceptance/WcmsTestsLinkFieldCest.php
with
3 additions
and
0 deletions
acceptance/WcmsTestsLinkFieldCest.php
+
3
−
0
View file @
82b13a07
...
@@ -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'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment