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 caa5ef5 commit b680904Copy full SHA for b680904
e2e-tests/admin/tests/delete-resources-ent.spec.js
@@ -155,7 +155,7 @@ test(
155
await baseResourcePage.deleteResource(page);
156
157
// Delete project and org
158
- await page.goto(`/scopes/${projectId}`);
+ await page.goto(`/scopes/${projectId}/edit`);
159
160
await page.goto(`/scopes/${orgId}/edit`);
161
e2e-tests/admin/tests/delete-resources.spec.js
@@ -177,7 +177,7 @@ test(
177
await workersPage.deleteResource(page);
178
179
// Delete project
180
181
182
183
// Delete org
0 commit comments