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
#41 added a new feature to use the pasteboard text as a search.
The new feature breaks UITests if there is something on the pasteboard before launch, and the new feature itself is missing tests.
For now, I have added code in the UITests to clear the pasteboard in setup, but this is not ideal. The pasteboard contents should not be destroyed by the test, in case there was something important there.
The text was updated successfully, but these errors were encountered:
#41 added a new feature to use the pasteboard text as a search.
The new feature breaks UITests if there is something on the pasteboard before launch, and the new feature itself is missing tests.
For now, I have added code in the UITests to clear the pasteboard in setup, but this is not ideal. The pasteboard contents should not be destroyed by the test, in case there was something important there.
The text was updated successfully, but these errors were encountered: