|
|
|
@ -49,7 +49,7 @@ describe("QuestionPhone Component", () => { |
|
|
|
expect(screen.getByText("انتخاب کشور")).toBeInTheDocument(); |
|
|
|
|
|
|
|
// Close button exists in header
|
|
|
|
const closeBtn = screen.getByLabelText("بستن"); |
|
|
|
const closeBtn = screen.getByLabelText("Close"); |
|
|
|
expect(closeBtn).toBeInTheDocument(); |
|
|
|
|
|
|
|
// Search input is present with translated placeholder
|
|
|
|
|