Commit 3a3c7df1 authored by Alexander Turinske's avatar Alexander Turinske

Fix broken environment_picker test

parent 6535ca5d
......@@ -101,7 +101,6 @@ describe('EnvironmentPicker component', () => {
expect(findDropdown().attributes()).toMatchObject({
disabled: 'true',
text: INVALID_CURRENT_ENVIRONMENT_NAME,
loading: undefined,
});
});
......
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