Skip to content

Commit

Permalink
[frontend] fix e2e (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
labo-flg committed Sep 13, 2024
1 parent 1bfdd81 commit c0799d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TextFieldPageModel from '../field/TextField.pageModel';
import FileFieldPageModel from '../field/FileField.pageModel';

export default class ReportFormPage {
nameField = new TextFieldPageModel(this.page, 'Name', 'text');
nameField = new TextFieldPageModel(this.page, 'Name', 'text-no-label');
contentField = new TextFieldPageModel(this.page, 'Content', 'rich-content');
descriptionField = new TextFieldPageModel(this.page, 'Description', 'text-area');

Expand Down

0 comments on commit c0799d3

Please sign in to comment.