prescottprue / cypress-firebase

Cypress plugin and custom commands for testing Firebase projects
MIT License
273 stars 50 forks source link

fix(firestore): support unlimited number of where conditions #1314

Closed dominics closed 3 months ago

dominics commented 3 months ago

Description

Fixes #1313

Adds a failing test first, where we have two documents that match the first two where conditions. If we are processing all three where conditions correctly, the query should uniquely identify a single document instead, to pass.

Verified the fix in a Cypress project of mine

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 4.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: