Skip to content

Commit

Permalink
Update packages/manager/cypress/e2e/core/linodes/search-linodes.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
  • Loading branch information
cpathipa and mjac0bs authored Oct 17, 2024
1 parent 9c9875c commit 1a11f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Search Linodes', () => {
/*
* - Confirm that linodes are searchable and filtered in the UI.
*/
it('create a linode and make sure it show up in the table and searchable in main search tool', () => {
it('create a linode and make sure it shows up in the table and is searchable in main search tool', () => {
cy.defer(() => createTestLinode({ booted: true })).then(
(linode: Linode) => {
cy.visitWithLogin('/linodes');
Expand Down

0 comments on commit 1a11f03

Please sign in to comment.