PublicDashboards: Paused or deleted public dashboard screen (#63970)

This commit is contained in:
juanicabanas
2023-03-03 10:12:29 -03:00
committed by GitHub
parent 92f47e72e1
commit c59682fad6
11 changed files with 172 additions and 10 deletions

View File

@@ -144,7 +144,7 @@ e2e.scenario({
.clearCookies()
.request({ url: getPublicDashboardAPIUrl(String(url)), failOnStatusCode: false })
.then((resp) => {
expect(resp.status).to.eq(404);
expect(resp.status).to.eq(403);
});
});
},