Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

maddy2101
Copy link
Contributor

Almost all Cests include the fully loaded routine
right after the useExistingSession call. In order
to ease the setup for new Cests, include the routine
into useExistingSession

Almost all Cests include the fully loaded routine
right after the useExistingSession call. In order
to ease the setup for new Cests, include the routine
into useExistingSession

// Ensure main content frame is fully loaded, otherwise there are load-race-conditions
$I->switchToIFrame('list_frame');
$I->waitForText('Web Content Management System');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also add $I->switchToIFrame(); here, so the default is to be on the main iframe after default login.

@lolli42 lolli42 merged commit bbe4f71 into TYPO3:8 Jul 4, 2018
lolli42 pushed a commit that referenced this pull request Jul 4, 2018
Almost all Cests include the fully loaded routine
right after the useExistingSession call. In order
to ease the setup for new Cests, include the routine
into useExistingSession
lolli42 pushed a commit that referenced this pull request Jul 25, 2018
Almost all Cests include the fully loaded routine
right after the useExistingSession call. In order
to ease the setup for new Cests, include the routine
into useExistingSession
@maddy2101 maddy2101 deleted the task/simplifyUseExistingSessionSetup branch December 4, 2019 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants