Update VPN client and gateway behavior
This commit is contained in:
@@ -57,7 +57,7 @@ test('shared clock, copy feedback and live announcement stay single-owned by the
|
||||
assert.match(page, /onCopyProxy=\{copyProxy\}/);
|
||||
assert.match(page, /copyTimersRef = useRef<Partial<Record<CopyKind[\s\S]*copyTimersRef\.current\[kind\]/);
|
||||
assert.match(page, /copyAttemptsRef = useRef<Partial<Record<CopyKind[\s\S]*copyAttemptsRef\.current\[kind\] = attempt[\s\S]*await copyText\(value\)[\s\S]*copyAttemptsRef\.current\[kind\] !== attempt[\s\S]*const pendingTimer = copyTimersRef\.current\[kind\][\s\S]*setCopyFeedback/);
|
||||
assert.match(panel, /const feedback = copyFeedback\?\.\[kind\][\s\S]*key=\{feedback\.cycle\}/);
|
||||
assert.match(panel, /const feedback = copyFeedback\?\.\[kind\][\s\S]*<CopyButton[\s\S]*feedback=\{feedback\}/);
|
||||
assert.match(panel, /localProxyUrls\(proxyPort, gatewayAddress\)/);
|
||||
assert.match(panel, /onClick=\{\(\) => onCopyProxy\(kind\)\}/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user