-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/parse-missing-document-properties
- Loading branch information
Showing
21 changed files
with
987 additions
and
168 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
catalyst_voices/apps/voices/integration_test/pageobject/common_page.dart
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
import 'package:flutter/material.dart'; | ||
|
||
class CommonPage { | ||
static const decoratorData = Key('DecoratorData'); | ||
static const decoratorIconBefore = Key('DecoratorIconBefore'); | ||
static const decoratorIconAfter = Key('DecoratorIconAfter'); | ||
static const decorData = Key('DecoratorData'); | ||
static const decorIconBefore = Key('DecoratorIconBefore'); | ||
static const decorIconAfter = Key('DecoratorIconAfter'); | ||
static const dialogCloseButton = Key('DialogCloseButton'); | ||
static const voicesTextField = Key('VoicesTextField'); | ||
} |
Oops, something went wrong.