Skip to content

Commit

Permalink
Minor name change update for plots tests (#4532)
Browse files Browse the repository at this point in the history
Just a name change for a button to fix tests

### QA Notes

All smoke tests should pass.
  • Loading branch information
testlabauto authored Aug 30, 2024
1 parent b05f79c commit 4ff04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/automation/src/positron/positronPlots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CLEAR_PLOTS_BUTTON = '.positron-plots-container .positron-action-bar .posi
const PLOT_SIZE_BUTTON = '.positron-plots-container .positron-action-bar .positron-button[aria-label="Auto"]';
const SAVE_PLOT_BUTTON = '.positron-plots-container .positron-action-bar .positron-button[aria-label="Save plot"]';
const COPY_PLOT_BUTTON = '.positron-plots-container .positron-action-bar .positron-button[aria-label="Copy plot to clipboard"]';
const ZOOM_PLOT_BUTTON = '.positron-plots-container .positron-action-bar .positron-button[aria-label="Fill"]';
const ZOOM_PLOT_BUTTON = '.positron-plots-container .positron-action-bar .positron-button[aria-label="Fit"]';
const OUTER_WEBVIEW_FRAME = '.webview';
const INNER_WEBVIEW_FRAME = '#active-frame';

Expand Down

0 comments on commit 4ff04df

Please sign in to comment.