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.
2 parents 730dbce + 26194b4 commit 8bc73beCopy full SHA for 8bc73be
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