Skip to content

Commit 342fb84

Browse files
committed
Tests...again
1 parent 66efdd6 commit 342fb84

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

test/system/alpha/text_area_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_character_limit_updates_on_input
1717
sleep 0.3
1818

1919
assert_selector "span.FormControl-caption[data-max-length='10'] .FormControl-caption-text", text: "5 characters remaining"
20-
refute_selector "span.FormControl-caption .FormControl-caption-icon[hidden]", visible: :all
2120
end
2221

2322
def test_character_limit_shows_validation_when_exceeded

test/system/alpha/text_field_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def test_character_limit_updates_on_input
128128
sleep 0.2
129129

130130
assert_selector "span.FormControl-caption[data-max-length='10'] .FormControl-caption-text", text: "5 characters remaining"
131-
refute_selector "span.FormControl-caption .FormControl-caption-icon[hidden]", visible: :all
132131
end
133132

134133
def test_character_limit_shows_validation_when_exceeded

0 commit comments

Comments
 (0)