Merge branch 'develop' into feature/tvmaze-replacement

This commit is contained in:
tidusjar 2021-03-12 23:40:25 +00:00
commit 8368877c74
135 changed files with 10704 additions and 320 deletions

View file

@ -0,0 +1,12 @@
class SearchBar {
constructor() { }
get searchInput(): Cypress.Chainable<any> {
return cy.get(`#nav-search`);
}
}
export const searchBar = new SearchBar();