We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e688bb1 commit d992950Copy full SHA for d992950
cypress/e2e/collectionFilmmakersList.cy.js
@@ -1,7 +1,7 @@
1
// Currently exists only for LA Rebellion
2
describe('Collection Filmmakers Listing Page', () => {
3
it('Visits the `L.A. Rebellion` Filmmakers Listing page', () => {
4
- cy.visit('/collections/la-rebellion/filmmaker')
+ cy.visit('/collections/la-rebellion/filmmakers')
5
cy.getByData('breadcrumb').should('be.visible')
6
cy.getByData('page-heading').should('be.visible')
7
cy.getByData('page-listings').should('be.visible')
pages/collections/la-rebellion/filmmakers/index.vue
@@ -213,5 +213,7 @@ const pageClasses = computed(() => {
213
}
214
215
216
+
217
+ @media #{$small} {}
218
219
</style>
0 commit comments