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