Skip to content

Commit 875c5db

Browse files
committed
✅ (freeze.spec.ts): add test case for clicking on "Close" button in the modal to ensure proper functionality
1 parent e89913a commit 875c5db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/frontend/tests/core/features/freeze.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ test(
226226
.getByPlaceholder("Empty")
227227
.textContent();
228228

229+
await page.getByText("Close").last().click();
230+
229231
await page.getByTestId("btn-close-modal").click();
230232

231233
await page.getByTestId("textarea_str_input_value").first().fill(",");

0 commit comments

Comments
 (0)