Skip to content

Commit 732e958

Browse files
committed
Fix titles in fixtures file
1 parent 64588c6 commit 732e958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/input-form-field.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Form with ChoiceFormField</title>
5+
<title>Form with InputFormField</title>
66
<style>
77
label {
88
border: 1px solid lightgrey;

tests/fixtures/textarea-form-field.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Form with ChoiceFormField</title>
5+
<title>Form with TextareaFormField</title>
66
<style>
77
label {
88
border: 1px solid lightgrey;

0 commit comments

Comments
 (0)