Skip to main content
Ctrl+K
CIT Services Dev Manual - Home CIT Services Dev Manual - Home
  • CIT Services Test Suite
  • Functions
    • CIT App Helpers
    • Address Helper Functions
    • Safe Fill Address Functions
    • Safe Fill Wrapper Functions
    • Billing Functions
    • Button Functions
    • Calendar Functions
    • Common Functions
    • Dialog Functions
    • Download Actions
    • Dropdown Functions
    • Investment Functions
    • Verification Check Functions
    • Settings Helpers
    • Test Utils
    • Index Link Utils
    • Email Template Components
    • Utilities
    • Address Components
    • Common Legal Functions
    • Contact Legal Functions
    • Common User Functions
    • Permissions Functions
    • Address Types
    • App Interface Types
  • Playwright Automation Testing Suite (API)
    • Pages
      • Profile Tests
      • User Tests
      • Common Page Tests
    • Functions
      • CIT App Helpers
      • Address Helper Functions
      • Safe Fill Address Functions
      • Safe Fill Wrapper Functions
      • Billing Functions
      • Button Functions
      • Calendar Functions
      • Common Functions
      • Dialog Functions
      • Download Actions
      • Dropdown Functions
      • Investment Functions
      • Verification Check Functions
      • Settings Helpers
      • Test Utils
      • Index Link Utils
      • Email Template Components
      • Utilities
      • Address Components
      • Common Legal Functions
      • Contact Legal Functions
      • Common User Functions
      • Permissions Functions
      • Address Types
      • App Interface Types
  • Repository
  • Suggest edit
  • Open issue

Contact Legal Functions

  • accountingContactEmail
    • accountingContactEmail()
  • accountingContactName
    • accountingContactName()
  • accountingContactPhone
    • accountingContactPhone()
  • companyContactEmail
    • companyContactEmail()
  • companyContactName
    • companyContactName()
  • companyContactPhone
    • companyContactPhone()
  • fillContactFieldWithWait
    • fillContactFieldWithWait()
  • legalContactEmail
    • legalContactEmail()
  • legalContactName
    • legalContactName()
  • legalContactPhone
    • legalContactPhone()

Contact Legal Functions#

This section documents legal contact functions used in the automation testing suite.

accountingContactEmail#

accountingContactEmail(page, value)#

Fills in the Accounting Contact Email field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

accountingContactName#

accountingContactName(page, value)#

Fills in the Accounting Contact Name field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

accountingContactPhone#

accountingContactPhone(page, value)#

Fills in the Accounting Contact Phone field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

companyContactEmail#

companyContactEmail(page, value)#

Fills in the Company Contact Email field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

companyContactName#

companyContactName(page, value)#

Fills in the Company Contact Name field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

companyContactPhone#

companyContactPhone(page, value)#

Fills in the Company Contact Phone field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

fillContactFieldWithWait#

fillContactFieldWithWait(page, fillFunction, value, waitTime)#

Fills a contact field and applies a standard wait time

Arguments:
  • page (Page) – Playwright page object

  • fillFunction – Function that fills the specific contact field

  • value (string) – Value to fill in the field

  • waitTime (number) – Optional wait time in ms (default: 1500)

Returns:

Promise –

legalContactEmail#

legalContactEmail(page, value)#

Fills in the Legal Contact Email field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

legalContactName#

legalContactName(page, value)#

Fills in the Legal Contact Name field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

legalContactPhone#

legalContactPhone(page, value)#

Fills in the Legal Contact Phone field

Arguments:
  • page (Page)

  • value (string)

Returns:

Promise –

previous

Common Legal Functions

next

Common User Functions

  • accountingContactEmail
    • accountingContactEmail()
  • accountingContactName
    • accountingContactName()
  • accountingContactPhone
    • accountingContactPhone()
  • companyContactEmail
    • companyContactEmail()
  • companyContactName
    • companyContactName()
  • companyContactPhone
    • companyContactPhone()
  • fillContactFieldWithWait
    • fillContactFieldWithWait()
  • legalContactEmail
    • legalContactEmail()
  • legalContactName
    • legalContactName()
  • legalContactPhone
    • legalContactPhone()

© Copyright 2025, Transfer Online..