See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
These tests depend on assertBlock(Not)Appears which lives on WebTestBase but has no equivalent on BrowserTestBase. These methods have been moved to a trait in the block module since we don't want block specific methods on BrowserTestBase and these methods are not utilised a lot in core.
Blockers:
- #2795085: Add assertNoCacheTag to assertLegacyTrait
Out of Scope:
- All update test for now:
- BlockConditionMissingSchemaUpdateTest.php
- BlockContextMappingUpdateFilledTest.php
- BlockContextMappingUpdateTest.php
- BlockRemoveDisabledRegionUpdateTest.php