Review changes batch 6 of 6
This commit is contained in:
@@ -78,6 +78,11 @@ foreach ($className in @('search-title-strip', 'search-field', 'search-action'))
|
||||
if ($g06 -notmatch '(?s)\.search-controls\s*\{[^}]*display:\s*flex[^}]*align-items:\s*center[^}]*gap:\s*20rpx') {
|
||||
throw 'G06 search input and action must form one compact control row'
|
||||
}
|
||||
Assert-Contains -Content $g06 -Expected 'class="status-retry"' -Message 'G06 error retry action is missing'
|
||||
Assert-Contains -Content $g06 -Expected 'src="/static/assets/foundation/transparent/a01-scroll-primary-v3.png"' -Message 'G06 error retry must use the approved A-series primary scroll asset'
|
||||
if ($g06 -notmatch '(?s)\.status-retry\s*\{[^}]*width:\s*300rpx;[^}]*height:\s*76rpx;') {
|
||||
throw 'G06 error retry must use the approved compact action size'
|
||||
}
|
||||
|
||||
Add-Type -AssemblyName System.Drawing
|
||||
foreach ($asset in @(
|
||||
|
||||
Reference in New Issue
Block a user