Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chopkinsmade committed Jan 2, 2024
1 parent 890ce26 commit e0f3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cypress/specs/tasks/add-task-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Add generic task', () => {
() => {
const company = companyFaker()

it('should not the investment project typeahead field', () => {
it('should not the show the investment project typeahead field', () => {
cy.intercept(`/api-proxy/v4/company?*`, { results: [company] })
cy.intercept(`/api-proxy/v3/search/investment_project`, {
results: [],
Expand Down

0 comments on commit e0f3d1b

Please sign in to comment.