Skip to content

No longer able to import iAssertion context from flagpole #213

@kbabcock1

Description

@kbabcock1

import { iAssertionContext } from "flagpole";

no longer works. This causes issues when calling a function from a template like so: This is an AppiumScenario Example
export const mainPageClickThrough = () => { return async (context: iAssertionContext) => { .... } }

This makes it impossible for me to call this function in a template next like this: 'Main Page click through': mainPageClickThrough()

This means to use the function I have to call it like: 'Main Page click through': async (context) => { await mainPageClickThrough(context) }

This bug is breaking some current tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions