Skip to content

Commit d992950

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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)