We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f488996 commit a2397deCopy full SHA for a2397de
dev/tests/functional/tests/app/Magento/Setup/Test/TestCase/UpgradeSystemTest.php
@@ -132,6 +132,8 @@ public function test(
132
133
// Check application version
134
$this->adminDashboard->open();
135
+ $this->adminDashboard->getModalMessage()->dismissIfModalAppears();
136
+ $this->adminDashboard->getModalMessage()->waitModalWindowToDisappear();
137
$assertApplicationVersion->processAssert($this->adminDashboard, $version);
138
}
139
0 commit comments