Fix: cypress toasts/analytics-toast.spec.ts failures (#11153)

* Revert "skip broken analytics tests (#11144)"

This reverts commit 83ee1946ea.

* reset window notification permission between tets
This commit is contained in:
Kerry
2023-06-28 21:02:58 +00:00
committed by GitHub
parent ac9dd8307f
commit 3de2bcdc1a
3 changed files with 10 additions and 3 deletions
@@ -25,7 +25,7 @@ describe("Security user settings tab", () => {
cy.stopHomeserver(homeserver);
});
describe.skip("with posthog enabled", () => {
describe("with posthog enabled", () => {
beforeEach(() => {
// Enable posthog
cy.intercept("/config.json?cachebuster=*", (req) => {
+1 -1
View File
@@ -39,7 +39,7 @@ function rejectToast(expectedTitle: string): void {
});
}
describe.skip("Analytics Toast", () => {
describe("Analytics Toast", () => {
let homeserver: HomeserverInstance;
afterEach(() => {