Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -125,6 +125,7 @@ final class AssetInjectorFunctionalJsTest extends WebDriverTestBase {
* {@inheritdoc}
*/
protected function tearDown(): void {
parent::tearDown();
// Run Grandparent teardown() here, so no unexpected alert
// exception gets thrown inside "WebDriverTestBase":
BrowserTestBase::tearDown();
Loading