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:
parent
54812dc67a
commit
8ed4d1f25a
@ -17,7 +17,7 @@ const suites = [{
|
||||
}, {
|
||||
name: 'Acceptance: Search (beta)',
|
||||
beforeEach() {
|
||||
enableLabsFlag(this.server, 'internalLinking');
|
||||
enableLabsFlag(this.server, 'internalLinkingSearchImprovements');
|
||||
}
|
||||
}];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user