I am getting this error when I try to press my TouchableOpacity component on my tests. My test looks like this:
const [manaColorCheckbox, manaIndentityCheckbox] = getAllByText(
WHITE_MANA_COLOR_CHECKBOX_TEXT,
);
fireEvent.changeText(searchCardInput, SEARCH_INPUT);
fireEvent.press(searchButton);
fireEvent.press(manaColorCheckbox);
fireEvent.press(manaIndentityCheckbox);

Can someone help me?
@LeoMosiah were you able to solve this ?
Most helpful comment
@LeoMosiah were you able to solve this ?