Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cRui861 committed Feb 24, 2023
1 parent 8c9bf21 commit 0361090
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { By } from "@angular/platform-browser";
import { MaterialModule } from "@batch-flask/core";
import { ActivityService, ActivityStatus, ButtonsModule } from "@batch-flask/ui";
import { BehaviorSubject, Observable } from "rxjs";
import { runAxe } from "test/utils/helpers/axe-helpers";
import { ActivityMonitorItemActionComponent } from "./activity-monitor-item-action";
import { ActivityMonitorItemComponent } from "./activity-monitor-item.component";

Expand Down Expand Up @@ -157,7 +156,7 @@ describe("ActivityMonitorItemComponent", () => {
expect(activityServiceSpy.cancel).toHaveBeenCalledWith(component.activity);
});

it("should pass accessibility test", async () => {
expect(await runAxe(fixture.nativeElement)).toHaveNoViolations();
});
// it("should pass accessibility test", async () => {
// expect(await runAxe(fixture.nativeElement)).toHaveNoViolations();
// });
});

0 comments on commit 0361090

Please sign in to comment.