You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Frontend/test/specs/monitoring/sorting-endpoints.spec.ts
+34-33Lines changed: 34 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -13,39 +13,40 @@ import { endpointsNames } from "./questions/endpointsNames";
13
13
14
14
describe("FEATURE: Endpoint sorting",()=>{
15
15
describe("RULE: Grouped endpoints should be able to be sorted in ascending and descending order by group name and by endpoint name inside the group",()=>{
16
-
test("EXAMPLE: Endpoints inside of the groups and group names should be sorted in the same direction as the ungrouped endpoints",async({ driver })=>{
// Skipping for now, this is constantly failing randomly
17
+
// test("EXAMPLE: Endpoints inside of the groups and group names should be sorted in the same direction as the ungrouped endpoints", async ({ driver }) => {
test("EXAMPLE: Endpoints inside of the groups and group names should be sorted in descending order when clicking the endpoint name column title",async({ driver })=>{
0 commit comments