Skip to content

web: add missing typename to `viewerSettings` and `extensionsRegistry` queries in tests

Warren Gifford requested to merge vb/add-missing-typename into main

Created by: valerybugakov

Context

Preparation to land https://github.com/sourcegraph/sourcegraph/pull/23351.

Changes

  • Fixed GraphQL query response mocks for viewerSettings and extensionRegistry queries.
  • Fixed incomplete mock for Batch changes list, which worked previously because another test was executed faster and overridden QraphQL responses mock.

Merge request reports

Loading