Commit 7157e7e4 authored by Michael Le's avatar Michael Le

Fix test

parent b626e75d
......@@ -120,7 +120,7 @@ describe('IDE commit form', () => {
it('renders commit button in compact mode', () => {
expect(findBeginCommitButton().exists()).toBe(true);
expect(findBeginCommitButton().text()).toBe('Create 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