Skip to content

Refactor Integration#can_test? and #test specs

What does this MR do?

This MR refactors the specs of the Integration#can_test? and #test? methods.

It removes the wrapping describe 'Test Button' block, because that is feature-test-like, and instead just tests directly the methods.

It also simplifies the test of Integration#can_test? because the logic of the method has been simplified in !65049 (merged), so the test can be simplified too.

Issue: #334857 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #334857 (closed)

Edited by Luke Duncalfe

Merge request reports