wp-graphql / wpgraphql-ide

A next-gen query editor for WPGraphQL 🚀
GNU General Public License v3.0
10 stars 0 forks source link

fix test for changing operation name in the Query Composer #168

Open jasonbahl opened 4 months ago

jasonbahl commented 4 months ago

Currently the test Changing the name of an operation in the query composer updates the query editor passes locally in playwright but fails when run in Github.

We have set the test to be skipped for now and need to follow up and resolve this so we can continue having confidence in the feature going forward.

Acceptance Criteria