Skip to content

Commit

Permalink
typo fixes after einatnielsen review
Browse files Browse the repository at this point in the history
  • Loading branch information
marianna-exelate committed Feb 2, 2020
1 parent d2f9d02 commit 76f3e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ jest.mock('moment', ()=> ({
```
## End-to-end Testing
> For End-to-end testing we use [Cypress](https://www.cypress.io/) Framework. However, our suggested concepts could be adopted with other End-to-End frameworks/test runners.
> For End-to-end testing we use [Cypress](https://www.cypress.io/) Framework. However, our suggested concepts could be adopted with other End-to-End frameworks/test runners.
The below diagram illustrates main blocks that involved in End-to-end test.
Expand Down Expand Up @@ -522,7 +522,7 @@ it('should search data correctly', () => {
- Provides an atomic API for interaction with tested application page. This API is used by `Test`
- Has no assertions
- Can use another Page Object, it depends on the hierarchical structure of application pages
- Can optionally an use *`Selectors`* module, that contains reusable css selectors definitions
- Can optionally use *`Selectors`* module, that contains reusable css selectors definitions
- Complex shared components should expose Page Objects for other consumers
Example:
Expand Down

0 comments on commit 76f3e35

Please sign in to comment.