We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399640b commit 1c598ffCopy full SHA for 1c598ff
common/components/test/utils.test.js
@@ -169,6 +169,12 @@ describe("utils", () => {
169
expect(urlHelper.logInThenReturn(expectedNoArguments)).toEqual(
170
expectedNoArguments
171
);
172
+
173
+ // Redirect project iframe to regular project page
174
+ expect(urlHelper.logInThenReturn("/projects/inframe/1")).toEqual(
175
+ expectedWithArguments
176
+ );
177
178
});
179
180
test("groupBy.andTransform", () => {
0 commit comments