-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into text-editor-link-prev-story
- Loading branch information
Showing
18 changed files
with
1,969 additions
and
1,231 deletions.
There are no files selected for viewing
427 changes: 0 additions & 427 deletions
427
cypress/components/dialog-full-screen/dialog-full-screen.cy.tsx
This file was deleted.
Oops, something went wrong.
242 changes: 0 additions & 242 deletions
242
cypress/components/navigation-bar/navigation-bar.cy.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { Page } from "playwright-core"; | ||
import NAVIGATION_BAR from "./locators"; | ||
|
||
// component preview locators | ||
const navigationBar = (page: Page) => page.locator(NAVIGATION_BAR); | ||
|
||
export default navigationBar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// component preview locators | ||
const NAVIGATION_BAR = '[data-component="navigation-bar"]'; | ||
|
||
export default NAVIGATION_BAR; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.