Skip to content

Commit

Permalink
fix: bringing Textarea in line with naming of data-ref-ids/classes an…
Browse files Browse the repository at this point in the history
…d updating snapshots
  • Loading branch information
jmillar-nanthealth committed Apr 19, 2022
1 parent 28e6069 commit 3eaae9d
Show file tree
Hide file tree
Showing 12 changed files with 129 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/Components/Textarea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Text areas should be used on forms, dialogs, background, and foreground surfaces
### data-ref-ids
- `feather-input` - on the `textarea` element
- `feather-textarea-input` - on the `textarea` element
- `feather-form-element-label` - on the `label` text element
- `feather-form-element-hint` - on the hint text element
- `feather-form-element-error` - on the error text element
Expand Down
2 changes: 1 addition & 1 deletion packages/@featherds/autocomplete/e2e/pages/Demo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const INPUT = "[data-ref-id='feather-input']";
const INPUT = "[data-ref-id='feather-autocomplete-input']";
const MENUITEM = ".result-item";
const CHIP = ".chip";
const CHIPDELETE = ".chip-delete";
Expand Down
2 changes: 1 addition & 1 deletion packages/@featherds/autocomplete/e2e/pages/Single.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const INPUT = ".e2e-class [data-ref-id='feather-input']";
const INPUT = ".e2e-class [data-ref-id='feather-autocomplete-input']";
const MENUITEM = ".result-item";
const CLEAR = "[data-ref-id='feather-form-element-clear'] svg";

Expand Down
Loading

0 comments on commit 3eaae9d

Please sign in to comment.