@@ -19,7 +19,7 @@ <h1 class="mb-8 mt-4 text-4xl font-extrabold leading-none tracking-tight text-gr
1919 < div id ="dropdown-nav-content " class ="z-10 hidden bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 ">
2020 < ul class ="py-2 text-sm text-gray-700 dark:text-gray-200 " aria-labelledby ="dropdown-nav ">
2121 < li >
22- < a (click) ="goToOffers() " class ="cursor-pointer block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white "> {{ 'PRODUCT_INVENTORY._products' | translate }}</ a >
22+ < a data-cy =" inventoryProducts " (click) ="goToOffers() " class ="cursor-pointer block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white "> {{ 'PRODUCT_INVENTORY._products' | translate }}</ a >
2323 </ li >
2424 < li >
2525 < a (click) ="getServices() " class ="cursor-pointer block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white "> {{ 'PRODUCT_INVENTORY._services' | translate }}</ a >
@@ -33,13 +33,13 @@ <h1 class="mb-8 mt-4 text-4xl font-extrabold leading-none tracking-tight text-gr
3333 < div class ="w-full grid lg:grid-cols-20/80 ">
3434 < div class ="hidden lg:block ">
3535 < div class ="w-48 h-fit text-sm font-medium text-gray-900 bg-white border border-gray-200 rounded-lg dark:bg-gray-700 dark:border-gray-600 dark:text-white ">
36- < button id ="prod-button " (click) ="goToOffers() " aria-current ="true " class ="block w-full px-4 py-2 text-white bg-primary-100 border-b border-gray-200 rounded-t-lg cursor-pointer dark:border-gray-600 hover:bg-gray-100 hover:text-secondary-400 dark:border-gray-600 dark:hover:bg-gray-600 dark:hover:text-white dark:focus:ring-gray-500 dark:focus:text-white ">
36+ < button data-cy =" inventoryProducts " id ="prod-button " (click) ="goToOffers() " aria-current ="true " class ="block w-full px-4 py-2 text-white bg-primary-100 border-b border-gray-200 rounded-t-lg cursor-pointer dark:border-gray-600 hover:bg-gray-100 hover:text-secondary-400 dark:border-gray-600 dark:hover:bg-gray-600 dark:hover:text-white dark:focus:ring-gray-500 dark:focus:text-white ">
3737 {{ 'PRODUCT_INVENTORY._products' | translate }}
3838 </ button >
39- < button id ="serv-button " (click) ="getServices() " class ="block w-full px-4 py-2 border-b border-gray-200 cursor-pointer hover:bg-gray-100 hover:text-secondary-400 dark:border-gray-600 dark:hover:bg-gray-600 dark:hover:text-white dark:focus:ring-gray-500 dark:focus:text-white ">
39+ < button data-cy =" inventoryServices " id ="serv-button " (click) ="getServices() " class ="block w-full px-4 py-2 border-b border-gray-200 cursor-pointer hover:bg-gray-100 hover:text-secondary-400 dark:border-gray-600 dark:hover:bg-gray-600 dark:hover:text-white dark:focus:ring-gray-500 dark:focus:text-white ">
4040 {{ 'PRODUCT_INVENTORY._services' | translate }}
4141 </ button >
42- < button id ="res-button " (click) ="getResources() " class ="block w-full px-4 py-2 border-b border-gray-200 cursor-pointer hover:bg-gray-100 hover:text-secondary-400 dark:border-gray-600 dark:hover:bg-gray-600 dark:hover:text-white dark:focus:ring-gray-500 dark:focus:text-white ">
42+ < button data-cy =" inventoryResources " id ="res-button " (click) ="getResources() " class ="block w-full px-4 py-2 border-b border-gray-200 cursor-pointer hover:bg-gray-100 hover:text-secondary-400 dark:border-gray-600 dark:hover:bg-gray-600 dark:hover:text-white dark:focus:ring-gray-500 dark:focus:text-white ">
4343 {{ 'PRODUCT_INVENTORY._resources' | translate }}
4444 </ button >
4545 </ div >
0 commit comments