import { Then } from '@cucumber/cucumber'; import * as glue from './glue'; Then( /^I expect the following parties can( not)* see (draft text|amendment) (\d+) for amendment for (sc1|sc2|sc4|sc5|sc6|sc8|sc10|sc11)$/, glue.checkAmendmentVisibility );