Skip to content

Commit

Permalink
Merge pull request #3479 from HHS/3476-remove-add-BL-button
Browse files Browse the repository at this point in the history
Removing add BL button on BL list
  • Loading branch information
jonnalley authored Feb 17, 2025
2 parents ebd8bf7 + 7aebb93 commit 0a25046
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions frontend/cypress/e2e/budgetLineItemsList.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ it("budget line items link defaults to all-budget-line-items", () => {
cy.get('a[href="/budget-lines"]').should("exist");
});

it("clicking the add budget lines button takes you to the create budget lines page", () => {
cy.get("a").contains("Add Budget Lines");
cy.get('a[href="/budget-lines/create"]').should("exist");
});

it("pagination on the bli table works as expected", () => {
cy.visit("/budget-lines");

Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/budgetLines/list/BudgetLineItemList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ const BudgetLineItemList = () => {
? "This is a list of the budget lines you are listed as a Team Member on. Please select filter options to see budget lines by Portfolio, Status, or Fiscal Year."
: "This is a list of budget lines across all OPRE projects and agreements, including drafts. Please select filter options to see budget lines by Portfolio, Status, or Fiscal Year."
}
buttonText="Add Budget Lines"
buttonLink="/budget-lines/create"
TabsSection={<BLITags />}
FilterTags={
<BLIFilterTags
Expand Down

0 comments on commit 0a25046

Please sign in to comment.