Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix failing tests after introduction of filter_path as a global param
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Sep 21, 2015
1 parent 12cfb50 commit 4de937f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/tests/src/integration_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ define([
name: "Params just after ?",
cursor: {row: 0, column: 12},
autoCompleteSet: [
{name: "filter_path", meta: "param", "insert_value": "filter_path="},
{name: "format", meta: "param", "insert_value": "format="},
{name: "pretty", meta: "flag"},
{name: "scroll", meta: "param", "insert_value": "scroll="},
Expand Down Expand Up @@ -1250,6 +1251,7 @@ define([
name: "Params after amp",
cursor: {row: 0, column: 24},
autoCompleteSet: [
{name: "filter_path", meta: "param", "insert_value": "filter_path="},
{name: "format", meta: "param", "insert_value": "format="},
{name: "pretty", meta: "flag"},
{name: "scroll", meta: "param", "insert_value": "scroll="},
Expand All @@ -1275,6 +1277,7 @@ define([
end: {row: 0, column: 30}
},
autoCompleteSet: [
{name: "filter_path", meta: "param", "insert_value": "filter_path="},
{name: "format", meta: "param", "insert_value": "format="},
{name: "pretty", meta: "flag"},
{name: "scroll", meta: "param", "insert_value": "scroll="},
Expand Down

0 comments on commit 4de937f

Please sign in to comment.