@@ -33,6 +33,7 @@ import PutawayDetailsPage from '@/pages/putaway/putawayDetails/PutawayDetailsPag
3333import ReceivingPage from '@/pages/receiving/ReceivingPage' ;
3434import OldViewShipmentPage from '@/pages/stockMovementShow/OldViewShipmentPage' ;
3535import StockMovementShowPage from '@/pages/stockMovementShow/StockMovementShowPage' ;
36+ import EditTransactionPage from '@/pages/transactions/EditTransactionPgage' ;
3637import TransactionListPage from '@/pages/transactions/TransactionListPage' ;
3738import CreateUserPage from '@/pages/user/CreateUserPage' ;
3839import EditUserPage from '@/pages/user/editUser/EditUserPage' ;
@@ -71,6 +72,7 @@ type Fixtures = {
7172 oldViewShipmentPage : OldViewShipmentPage ;
7273 putawayListPage : PutawayListPage ;
7374 productEditPage : ProductEditPage ;
75+ editTransactionPage : EditTransactionPage ;
7476 // COMPONENTS
7577 navbar : Navbar ;
7678 locationChooser : LocationChooser ;
@@ -145,6 +147,8 @@ export const test = baseTest.extend<Fixtures>({
145147 use ( new OldViewShipmentPage ( page ) ) ,
146148 putawayListPage : async ( { page } , use ) => use ( new PutawayListPage ( page ) ) ,
147149 productEditPage : async ( { page } , use ) => use ( new ProductEditPage ( page ) ) ,
150+ editTransactionPage : async ( { page } , use ) =>
151+ use ( new EditTransactionPage ( page ) ) ,
148152 // COMPONENTS
149153 navbar : async ( { page } , use ) => use ( new Navbar ( page ) ) ,
150154 locationChooser : async ( { page } , use ) => use ( new LocationChooser ( page ) ) ,
0 commit comments