Skip to content

Merge pull request #86 from ShellyDCMS/remove-focus-from-type #152

Merge pull request #86 from ShellyDCMS/remove-focus-from-type

Merge pull request #86 from ShellyDCMS/remove-focus-from-type #152

GitHub Actions / Cypress Tests succeeded Apr 30, 2024 in 1s

46 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ /home/runner/work/cypress-test-utils/cypress-test-utils/cypress/results/json/mochawesome.json

46 tests were completed in 7s with 46 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
src/cypress-helper.cy.ts 46✔️ 7s

✔️ src/cypress-helper.cy.ts

cypress helper tests
  ✔️ should assert element's text ends with suffix
  ✔️ should assert element's text starts with prefix
  ✔️ should check checkbox
  ✔️ should get computed style
  ✔️ should get current location
  ✔️ should get disabled element status
  ✔️ should get element by attribute
  ✔️ should get element by css
  ✔️ should get element by text
  ✔️ should get element's attribute
  ✔️ should get element's text
  ✔️ should get enabled element status
  ✔️ should get env variable
  ✔️ should get fixture
  ✔️ should get image source
  ✔️ should get initial select input
  ✔️ should get initial text input
  ✔️ should get number of elements
  ✔️ should get style
  ✔️ should have text
  ✔️ should select element
  ✔️ should select input by index
  ✔️ should select input by label
  ✔️ should select input by value
  ✔️ should supply cypress pipe
  ✔️ should toggle radio by selector
  ✔️ should toggle radio within container
  ✔️ should type input
  ✔️ should type special characters
  ✔️ should uncheck checkbox
cypress helper tests default data attribute
  ✔️ should get element's text
  ✔️ should get element's text using then
  ✔️ should get element's text using then and shouldExist
cypress helper tests interception
  ✔️ given fixture should intercept request and mock response
  ✔️ should intercept request and mock response
  ✔️ should intercept request and test body
  ✔️ should intercept request and test header
  ✔️ should intercept request and test query params
  ✔️ should intercept request and test url
  ✔️ should intercept request and wait for response
cypress helper tests stubbing an spying
  ✔️ should partially match spy params
  ✔️ should spy on function
  ✔️ should stub function
  ✔️ should stub function with alias
  ✔️ should stub object function
  ✔️ should stub object getter