Skip to content

Commit

Permalink
Fix the interactors URL
Browse files Browse the repository at this point in the history
The actual interactors URL is changed to just `/interactors`,
not `/bigtest/interactors`
  • Loading branch information
cowboyd committed Nov 2, 2023
1 parent 80cd712 commit 44c2a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/src/blog/2021-08-04-interactors-design-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ There's a well-trod design pattern for fixing this problem: [page objects](https

## Introducing Interactors

At Frontside, we've built [Interactors](https://frontside.com/bigtest/interactors) (`@interactors/html`), a library inspired by page objects that helps teams structure, share, and reuse their UI testing practices.
At Frontside, we've built [Interactors](https://frontside.com/interactors) (`@interactors/html`), a library inspired by page objects that helps teams structure, share, and reuse their UI testing practices.

Interactors evolve the idea of a page object. Modern applications are usually arranged into composable components, and the "page" is no longer the dominant unit of organization. An Interactor is similarly composable, and can abstract any level of object in the DOM hierarchy.

Expand Down

0 comments on commit 44c2a63

Please sign in to comment.