{# app/templates/admin/test-vendors-users-migration.html #} {% extends 'admin/base.html' %} {% from 'shared/macros/headers.html' import page_header %} {% block title %}Vendors & Users Migration Testing{% endblock %} {% block content %}
Dashboard
Complete
Vendors List
Testing
Vendor Edit
Testing
Users Page
Testing
Tests the vendor LIST functionality using adminVendors() function.
Expected: adminVendors() works with ApiClient, Logger, Utils
Tests the users page created with adminUsers() function.
Expected: adminUsers() follows same pattern as vendors list