Polish routing rules UI and normalize pasted values
This commit is contained in:
@@ -46,6 +46,8 @@ test('routing controller owns ordered outbound drafts, capability gating and dra
|
||||
assert.match(feature, /onLostPointerCapture=\{feature\.losePointerReorder\}/);
|
||||
assert.match(feature, /keyboardEvent\.preventDefault\(\);[\s\S]*cancelReorder\(\)/);
|
||||
assert.match(feature, /stopAutoScroll\(session\)[\s\S]*Перемещение отменено/);
|
||||
assert.match(feature, /const slotCenter = \(element: HTMLElement\) => listTop \+ element\.offsetTop \+ element\.offsetHeight \/ 2/);
|
||||
assert.match(feature, /const centers = rulesRef\.current\.map[\s\S]*slotCenter\(ruleRow\)/);
|
||||
});
|
||||
|
||||
test('routing lifecycle and Page orchestration keep the existing guards and blocking scopes', () => {
|
||||
|
||||
Reference in New Issue
Block a user