Skip to content

Commit

Permalink
Export new PO
Browse files Browse the repository at this point in the history
  • Loading branch information
iuliaib committed Mar 23, 2021
1 parent 046cfde commit b0c99c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/testing/src/lib/core/pages/form/public-api.ts
Expand Up @@ -19,3 +19,4 @@ export * from './widgets/public-api';

export * from './form-fields';
export * from './form.page';
export * from './start-form.page';
2 changes: 1 addition & 1 deletion lib/testing/src/lib/core/pages/form/start-form.page.ts
Expand Up @@ -18,7 +18,7 @@
import { element, by } from 'protractor';
import { BrowserVisibility } from '../../utils/browser-visibility';

export class StartForm {
export class StartFormPage {
startProcessForm = element(by.css('.adf-start-form-container'));

async checkStartProcessFormIsDisplayed(): Promise<void> {
Expand Down

0 comments on commit b0c99c9

Please sign in to comment.