Skip to content

Commit 2542fe1

Browse files
committed
Fix typo in cypress url
1 parent e688bb1 commit 2542fe1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

components/ListOfItemsCollection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ useHead({
261261
})
262262
</script>
263263
<template>
264-
<main class="blue-main page page-collections-list-of-items">
264+
<main class="page page-collections-list-of-items">
265265
<div class="one-column">
266266
<NavBreadcrumb
267267
data-test="breadcrumb"

cypress/e2e/collectionFilmmakersList.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Currently exists only for LA Rebellion
22
describe('Collection Filmmakers Listing Page', () => {
33
it('Visits the `L.A. Rebellion` Filmmakers Listing page', () => {
4-
cy.visit('/collections/la-rebellion/filmmaker')
4+
cy.visit('/collections/la-rebellion/filmmakers')
55
cy.getByData('breadcrumb').should('be.visible')
66
cy.getByData('page-heading').should('be.visible')
77
cy.getByData('page-listings').should('be.visible')

pages/collections/la-rebellion/filmmakers/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,7 @@ const pageClasses = computed(() => {
213213
}
214214
}
215215
}
216+
217+
@media #{$small} {}
216218
}
217219
</style>

0 commit comments

Comments
 (0)