Skip to content

Commit a2397de

Browse files
MC-19338: Fix MTF UpgradeSystemTest
1 parent f488996 commit a2397de

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)