Handle rejected subscriptions and add local client compose
This commit is contained in:
@@ -94,7 +94,7 @@ test('tooltips stay opaque, above adjacent content, and do not stick after point
|
||||
assert.match(styles, /\.client-tooltip-anchor:has\(> :focus-visible\) > \.client-tooltip/);
|
||||
assert.doesNotMatch(styles, /\.client-tooltip-anchor:focus-within > \.client-tooltip/);
|
||||
assert.match(rule('.harbor-version-tooltip'), /background:\s*oklch\(0\.14 0\.012 145\)/);
|
||||
assert.match(rule('.harbor-mode-tooltip'), /background:\s*oklch\(0\.14 0\.012 145\)/);
|
||||
assert.doesNotMatch(component, /harbor-mode-tooltip|harbor-brand-control/);
|
||||
});
|
||||
|
||||
test('subscription validation waits for the provider and keeps diagnostics below errors', () => {
|
||||
|
||||
Reference in New Issue
Block a user