Browse Source

Update FileManagerPage test to use new "Schedule" button text

Co-authored-by: cadtoolbox <12723486+cadtoolbox@users.noreply.github.com>
copilot-swe-agent[bot] 3 months ago
parent
commit
af1c2e5ccb

+ 1 - 1
frontend/src/__tests__/pages/FileManagerPage.test.tsx

@@ -472,7 +472,7 @@ describe('FileManagerPage', () => {
       await user.click(screen.getByText('Select All'));
 
       await waitFor(() => {
-        expect(screen.getByText(/Schedule Print/)).toBeInTheDocument();
+        expect(screen.getByText(/Schedule/)).toBeInTheDocument();
       });
     });
   });

File diff suppressed because it is too large
+ 0 - 0
static/assets/index-BmrIrAHa.css


File diff suppressed because it is too large
+ 0 - 0
static/assets/index-BnFKndjZ.js


+ 2 - 2
static/index.html

@@ -23,8 +23,8 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-CXuiWZsb.js"></script>
-    <link rel="stylesheet" crossorigin href="/assets/index-COa_-Zju.css">
+    <script type="module" crossorigin src="/assets/index-BnFKndjZ.js"></script>
+    <link rel="stylesheet" crossorigin href="/assets/index-BmrIrAHa.css">
   </head>
   <body>
     <div id="root"></div>

Some files were not shown because too many files changed in this diff