Skip to content

Commit

Permalink
LPD-45733 Sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
dannielraposo authored and brianchandotcom committed Feb 3, 2025
1 parent cc8e8f0 commit 1ff5ca3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export class ExportImportPage {
readonly continueButton: Locator;
readonly downloadButton: Locator;
readonly exportButton: Locator;
readonly exportPermissionsButton: Locator;
readonly fileSelector: Locator;
readonly importButton: Locator;
readonly importPermissionsButton: Locator;
readonly newExportButton: Locator;
readonly newImportButton: Locator;
readonly newImportProcess: Locator;
readonly page: Page;
readonly exportPermissionsButton: Locator;
readonly importPermissionsButton: Locator;
readonly productMenuPage: ProductMenuPage;
readonly title: Locator;

Expand Down

0 comments on commit 1ff5ca3

Please sign in to comment.