You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remove await backstop(assert); from a test or remove/rename a test with await backstop(assert);, ember test && ember backstop-approve does not remove according (obsolete) image reference from bitmaps_reference/.
This is not a big problem, but since bitmaps_reference/ is committed to git, it would be great to autoremove old image references via ember backstop-approve.
For example:
1.
test('shows specific rental details',asyncfunction(assert){awaitvisit('/rentals');awaitclick('.grand-old-mansion');awaitbackstop(assert);});
If I remove
await backstop(assert);
from a test or remove/rename a test withawait backstop(assert);
,ember test && ember backstop-approve
does not remove according (obsolete) image reference frombitmaps_reference/
.This is not a big problem, but since
bitmaps_reference/
is committed to git, it would be great to autoremove old image references viaember backstop-approve
.For example:
1.
--->
actual:
bitmaps_reference/ember-backstoptest_Acceptance__list_rentals__shows_specific_rental_details__assert0_0_document_0_webview.png + bitmaps_reference/ember-backstoptest_Acceptance__list_rentals__foobar__assert0_0_document_0_webview.png
expected:
The text was updated successfully, but these errors were encountered: