Skip to content

Commit

Permalink
front: add e2e tests search and filter rolling stock
Browse files Browse the repository at this point in the history
  • Loading branch information
Maymanaf committed Jul 5, 2024
1 parent 839f7ef commit 012ddb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/tests/assets/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const getRollingStock = async () => {
) as RollingStock;
return rollingStock;
};

// Find and delete rolling stock with the given name
export async function findAndDeleteRollingStock(rollingStockName: string) {
const rollingStocks = await getApiRequest(`/api/light_rolling_stock/`, { page_size: 500 });
Expand Down

0 comments on commit 012ddb5

Please sign in to comment.