mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
Tests: fix config reset browser coverage after rebase
This commit is contained in:
@@ -132,7 +132,8 @@ describe("config view", () => {
|
||||
raw: "{\n}\n",
|
||||
originalRaw: "{\n}\n",
|
||||
});
|
||||
let { clearButton, saveButton, applyButton } = findActionButtons(container);
|
||||
let clearButton: HTMLButtonElement | undefined;
|
||||
({ clearButton, saveButton, applyButton } = findActionButtons(container));
|
||||
expect(clearButton).not.toBeUndefined();
|
||||
expect(saveButton).not.toBeUndefined();
|
||||
expect(applyButton).not.toBeUndefined();
|
||||
|
||||
Reference in New Issue
Block a user