0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Updated Admin search acceptance test

ref https://github.com/TryGhost/Ghost/pull/20363

- updated test to match the new labs flag name
This commit is contained in:
Kevin Ansfield 2024-06-11 16:24:52 +01:00
parent 54812dc67a
commit 8ed4d1f25a

View file

@ -17,7 +17,7 @@ const suites = [{
}, {
name: 'Acceptance: Search (beta)',
beforeEach() {
enableLabsFlag(this.server, 'internalLinking');
enableLabsFlag(this.server, 'internalLinkingSearchImprovements');
}
}];