Skip to content
Snippets Groups Projects
Commit 2c6729a0 authored by kushalpandya's avatar kushalpandya
Browse files

Update tests

parent 39e45249
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -80,7 +80,7 @@ describe('MRWidgetReadyToMerge', () => {
});
 
describe('mergeButtonClass', () => {
const defaultClass = 'btn btn-success accept-merge-request';
const defaultClass = 'btn btn-small btn-success accept-merge-request';
const failedClass = `${defaultClass} btn-danger`;
const inActionClass = `${defaultClass} btn-info`;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment