Skip to content

Commit

Permalink
test: update test after removing host agreements from ExpenseBudgetItem
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz committed Sep 27, 2024
1 parent 1aafdd4 commit b0f315f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/cypress/integration/36-host-agreements.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ describe('Host agreements', () => {
// ---- Agreement count should be displayed in the expenses list ----
cy.getByDataCy('menu-item-Expenses').click(); // opening the Expenses menu group (that opens the 'Host expenses' page by default)
cy.contains('[data-cy="expense-container-2340"]', 'Vegan Dining Week Client Dinner').as('expense');
cy.get('@expense')
.find('a[href="/dashboard/brusselstogetherasbl/host-agreements?account=veganizerbxl"]')
.contains('1 agreement');

// ---- Agreement count should be displayed on the expense ----
cy.get('@expense').find('[data-cy="expense-title"]').click();
Expand Down

0 comments on commit b0f315f

Please sign in to comment.