Skip to content

Commit

Permalink
Update test/e2e/specs/editor/blocks/navigation.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Hao <kevin830726@gmail.com>
  • Loading branch information
scruffian and kevin940726 committed Feb 13, 2023
1 parent 2affcef commit a1eb36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/blocks/navigation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class NavigationBlockUtils {
* @return {string} Menu content.
*/
async getNavigationMenus() {
const navigationMenus = this.requestUtils.rest( {
const navigationMenus = await this.requestUtils.rest( {
method: 'GET',
path: `/wp/v2/navigation/`,
data: {
Expand Down

0 comments on commit a1eb36f

Please sign in to comment.