Animate vertical transitions between client drawers
This commit is contained in:
@@ -37,8 +37,8 @@ test('routing lifecycle and Page orchestration keep the existing guards and bloc
|
||||
assert.match(feature, /matchMedia\('\(prefers-reduced-motion: reduce\)'\)[\s\S]*removing: true/);
|
||||
assert.match(feature, /document\.startViewTransition\(update\)/);
|
||||
assert.match(feature, /operationBlocked\(operations, 'routeRules'\) \|\| rules\.some/);
|
||||
assert.match(page, /routingFeature\.isOpen && !routingFeature\.requestClose\(\)/);
|
||||
assert.match(page, /function openRouting\(\) \{[\s\S]*subscriptionFeature\.close\(\)[\s\S]*instructionsFeature\.close\(\)[\s\S]*devicesFeature\.close\(\)[\s\S]*diagnosticsFeature\.close\(\)[\s\S]*routingFeature\.open\(\)/);
|
||||
assert.match(page, /current === 'routing' && routingFeature\.dirty[\s\S]*routingFeature\.requestClose\(\)/);
|
||||
assert.match(page, /routing:[\s\S]*show: routingFeature\.open,[\s\S]*close: routingFeature\.forceClose/);
|
||||
assert.match(page, /routingSlot=\{<RoutingPendingStatus[\s\S]*blocked=\{connectionBlocked\}/);
|
||||
assert.match(page, /<RoutingPanel[\s\S]*InlineError[\s\S]*InlineProgress/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user