We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8bc01 commit 055a90eCopy full SHA for 055a90e
src/components/ga4/EventBuilder/index.spec.tsx
@@ -176,13 +176,11 @@ describe("Event Builder", () => {
176
// event categories so if it's broken, it's probably fine to just
177
// change the expected values.
178
const ecInput = within(eventCategory).getByRole("combobox")
179
- //eventCategory.focus()
180
renderer.fireEvent.change(ecInput, {
181
target: { value: "All apps" },
182
})
183
184
const enInput = within(eventName).getByRole("combobox")
185
186
renderer.fireEvent.change(enInput, {
187
target: { value: "campaign_details" },
188
@@ -227,4 +225,4 @@ describe("Event Builder", () => {
227
225
expect(adImpression).toBeNull()
228
226
229
230
-})
+})
0 commit comments