You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Save creates a new saved copy from the active Workspace V2 session. Load from a saved card makes that saved session the active Workspace V2 session. Overwrite (when available on cards) updates an existing saved copy, and Delete removes the saved copy only.'
47
+
"Save creates a new saved copy from the active Workspace V2 session. Load from a saved card makes that saved session the active Workspace V2 session. Overwrite replaces this saved session with what you are currently working on. Delete removes the saved copy only."
48
48
];
49
49
requiredHtmlTokens.forEach((token)=>{
50
50
if(!html.includes(token))failures.push(`Missing expected Session Library cleanup HTML token: ${token}`);
51
51
});
52
52
53
53
constrequiredJsTokens=[
54
-
'this.setLibraryStatus("That session ID already exists. Use the saved session card to Load, Overwrite, or Delete it.");',
55
-
'Saved session created. Manage this session from its Saved Sessions card.',
54
+
'this.setLibraryStatus("That session ID already exists. Use the saved session card to Loador Overwrite it.");',
if(saveCreated.message!=="Saved session created. Manage this session from its Saved Sessions card."||!Object.prototype.hasOwnProperty.call(saveCreated.library,"saved-a")){
if(overwriteExisting.message!=="Saved session 'saved-a' overwritten with current workspace state."||overwriteExisting.library["saved-a"].payloadJson?.ok!==true){
194
193
failures.push("Overwrite existing entry should succeed.");
<p>Save creates a new saved copy from the active Workspace V2 session. Load from a saved card makes that saved session the active Workspace V2 session. Overwrite (when available on cards) updates an existing saved copy, and Delete removes the saved copy only.</p>
62
+
<p>Save creates a new saved copy from the active Workspace V2 session. Load from a saved card makes that saved session the active Workspace V2 session. Overwrite replaces this saved session with what you are currently working on. Delete removes the saved copy only.</p>
0 commit comments