Skip to content

Commit

Permalink
fix: ftr
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Sep 15, 2023
1 parent 4873399 commit b254ae4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ export default function ({ getService, getPageObjects }) {

it("changing 'state:storeInSessionStorage' also takes effect without full page reload", async () => {
await PageObjects.dashboard.preserveCrossAppState();
await PageObjects.header.clickStackManagement();
await PageObjects.settings.clickOpenSearchDashboardsSettings();
await PageObjects.settings.navigateTo();
await PageObjects.settings.toggleAdvancedSettingCheckbox('state:storeInSessionStorage');
await PageObjects.header.clickDashboard();
const [globalState, appState] = await getStateFromUrl();
Expand Down

0 comments on commit b254ae4

Please sign in to comment.