chore: use proper alias for statistics intercept

This commit is contained in:
Bartłomiej Głownia
2023-09-19 12:12:26 +02:00
parent 200cec5ad7
commit cc2a6fce37
+1 -1
View File
@@ -47,7 +47,7 @@ export function addMockStatistics() {
'GET',
Cypress.env('VEGA_URL').replace('graphql', 'statistics'),
handler
).as('GQL');
).as('ChainId');
});
}