Skip to content

Commit 2b1b44a

Browse files
CopilotChaosbit
andcommitted
Fix e2e test for CSS caching to use correct filename
Co-authored-by: Chaosbit <[email protected]>
1 parent 896bc6e commit 2b1b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/pwa-features.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('PWA Features', () => {
6767
cy.request('/sw.js').then((response) => {
6868
const swContent = response.body
6969
expect(swContent).to.include('index.html')
70-
expect(swContent).to.include('styles.css')
70+
expect(swContent).to.include('material-design-enhanced.css')
7171
expect(swContent).to.include('script.js')
7272
expect(swContent).to.include('manifest.json')
7373
})

0 commit comments

Comments
 (0)