Skip to content

Instantly share code, notes, and snippets.

View dumanelif's full-sized avatar
👩‍💻

Elif Duman dumanelif

👩‍💻
  • Ankara, Turkey
View GitHub Profile
@dumanelif
dumanelif / basic-authentication.po.ts
Last active November 29, 2021 12:47
Basic Authentication Page Object
import { browser, by, element, protractor } from 'protractor';
import { VariableComponentPage } from '../variable.page-object';
import {
AUTH_PROVIDER_TYPE_API,
AUTH_PROVIDER_TYPE_DATABASE,
AUTH_PROVIDER_TYPE_LDAP,
AUTH_PROVIDER_TYPE_SECRET_MANAGER
} from '../../../../common/constants/prefix-name.constants';
import { AuthProviderDialogPage } from '../../../../common/page-objects/auth-provider.po';
const expect = chai.expect;