import { Then } from '@cucumber/cucumber'; import * as glue from './glue'; Then(/^I can see the dc form for ([^"]+)?$/, glue.checkAmendedOrUpdatedDc); Then(/^I can see the (amended|updated) dc form for ([^"]+)?$/, glue.checkAmendedOrUpdatedDc); Then(/^following parties will see amendment(\d+) as inactive$/, glue.checkAmendmentInactive);