Browse Source

Update the name of test case

pull/1543/head
Hironsan 2 years ago
parent
commit
f5ca419a86
1 changed files with 2 additions and 2 deletions
  1. 4
      frontend/test/unit/components/tasks/toolbar/forms/formGuideline.spec.js

4
frontend/test/unit/components/tasks/toolbar/forms/formGuideline.spec.js

@ -15,8 +15,8 @@ const factory = (values = {}) => {
})
}
describe('Foo', () => {
it('welcome メッセージを描画する', () => {
describe('FormGuideline test', () => {
it('display guideline text', () => {
const wrapper = factory()
expect(wrapper.find('.tui-editor-contents').text()).toEqual('Hello')
})

Loading…
Cancel
Save