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:
parent
54812dc67a
commit
8ed4d1f25a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const suites = [{
|
||||||
}, {
|
}, {
|
||||||
name: 'Acceptance: Search (beta)',
|
name: 'Acceptance: Search (beta)',
|
||||||
beforeEach() {
|
beforeEach() {
|
||||||
enableLabsFlag(this.server, 'internalLinking');
|
enableLabsFlag(this.server, 'internalLinkingSearchImprovements');
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue