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
expect(e.message).toBe(`Adding ${Object.keys(additionalDimensions).length} dimensions would exceed max dimension count of${MAX_DIMENSION_COUNT}`);
112
+
expect(e.message).toBe(`Unable to add ${Object.keys(additionalDimensions).length} dimensions: the number of metric dimensions must be lower than${MAX_DIMENSION_COUNT}`);
0 commit comments