Skip to content

Commit 8bc73be

Browse files
authored
Merge pull request #4652 from magento-trigger/MC-19338
- fix MTF UpgradeSystemTest
2 parents 730dbce + 26194b4 commit 8bc73be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/UpgradeSystemTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ public function test(
132132

133133
// Check application version
134134
$this->adminDashboard->open();
135+
$this->adminDashboard->getModalMessage()->dismissIfModalAppears();
136+
$this->adminDashboard->getModalMessage()->waitModalWindowToDisappear();
135137
$assertApplicationVersion->processAssert($this->adminDashboard, $version);
136138
}
137139
}

0 commit comments

Comments
 (0)