Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Feb 10, 2025
1 parent 3c02d50 commit a0a6db5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { SetupActions, SetupVerifications } from '../support/SetupSteps'
import { UniversalActions } from '../support/universalActions'
import { ModActions, ModVerifications } from '../support/SupportModules'
// Updated import to bring in StepListBuilder instead of StepsList
import { runSteps, StepListBuilder } from '../support/StepExecution'

describe('The Redesigned Create Protocol Landing Page', () => {
Expand Down
7 changes: 0 additions & 7 deletions protocol-designer/cypress/support/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ export const isEnumValue = <T extends object>(
)
)
}

export function isFunctionInRecord(
functionMap: Record<string, any>,
step: string
): boolean {
return Object.keys(functionMap).includes(step)
}

0 comments on commit a0a6db5

Please sign in to comment.