Skip to content

Commit 055a90e

Browse files
committed
remove commented out code
1 parent 4e8bc01 commit 055a90e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/ga4/EventBuilder/index.spec.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,11 @@ describe("Event Builder", () => {
176176
// event categories so if it's broken, it's probably fine to just
177177
// change the expected values.
178178
const ecInput = within(eventCategory).getByRole("combobox")
179-
//eventCategory.focus()
180179
renderer.fireEvent.change(ecInput, {
181180
target: { value: "All apps" },
182181
})
183182

184183
const enInput = within(eventName).getByRole("combobox")
185-
//eventCategory.focus()
186184
renderer.fireEvent.change(enInput, {
187185
target: { value: "campaign_details" },
188186
})
@@ -227,4 +225,4 @@ describe("Event Builder", () => {
227225
expect(adImpression).toBeNull()
228226
})
229227
})
230-
})
228+
})

0 commit comments

Comments
 (0)