Commit b626e75d authored by Michael Le's avatar Michael Le

Update test

parent 17cc3293
......@@ -120,7 +120,7 @@ describe('IDE commit form', () => {
it('renders commit button in compact mode', () => {
expect(findBeginCommitButton().exists()).toBe(true);
expect(findBeginCommitButton().text()).toBe('Commit…');
expect(findBeginCommitButton().text()).toBe('Create commit…');
});
it('does not render form', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment