You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`getByLabelText query will throw the custom error returned by config.getElementError 1`] =`"My custom error: Unable to find a label with the text of: TEST QUERY"`;
3
+
exports[`getByLabelText query will throw the custom error returned by config.getElementError 1`] =`My custom error: Unable to find a label with the text of: TEST QUERY`;
4
4
5
-
exports[`getByText query will throw the custom error returned by config.getElementError 1`] =`"My custom error: Unable to find an element with the text: TEST QUERY. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible."`;
5
+
exports[`getByText query will throw the custom error returned by config.getElementError 1`] =`My custom error: Unable to find an element with the text: TEST QUERY. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.`;
0 commit comments