summaryrefslogtreecommitdiff
path: root/spec/frontend/environments/environment_stop_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/environments/environment_stop_spec.js')
-rw-r--r--spec/frontend/environments/environment_stop_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/environments/environment_stop_spec.js b/spec/frontend/environments/environment_stop_spec.js
index 851e24c22cc..3e27b8822e1 100644
--- a/spec/frontend/environments/environment_stop_spec.js
+++ b/spec/frontend/environments/environment_stop_spec.js
@@ -73,7 +73,7 @@ describe('Stop Component', () => {
});
});
- it('should show a loading icon if the environment is currently stopping', async () => {
+ it('should show a loading icon if the environment is currently stopping', () => {
expect(findButton().props('loading')).toBe(true);
});
});