Skip to content

Commit 41c3f44

Browse files
committed
fix test
1 parent 63bf800 commit 41c3f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/launchpad/cypress/e2e/migration.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ describe('Migrate custom config files', () => {
17141714
it('shows error if plugins file do not exist', () => {
17151715
scaffoldAndVisitLaunchpad('migration', ['--config-file', 'erroredConfigFiles/incorrectPluginsFile.json'])
17161716

1717-
const err = `Looked for pluginsFile at ${getPathForPlatform('foo/bar')}, but it was not found.`
1717+
const err = `Looked for pluginsFile at foo/bar, but it was not found.`
17181718

17191719
cy.contains(err)
17201720
})

0 commit comments

Comments
 (0)