Skip to content

Commit b4dc1c6

Browse files
committed
Remove unsaved tag from functional test
1 parent 7633d48 commit b4dc1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/apps/dashboard/copy_panel_to.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
115115
await testSubjects.click('confirmCopyToButton');
116116

117117
await PageObjects.dashboard.waitForRenderComplete();
118-
await PageObjects.dashboard.expectOnDashboard(`Editing New Dashboard (unsaved)`);
118+
await PageObjects.dashboard.expectOnDashboard(`Editing New Dashboard`);
119119
});
120120

121121
it('it always appends new panels instead of overwriting', async () => {

0 commit comments

Comments
 (0)