mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge branch 'develop' into feature/tvmaze-replacement
This commit is contained in:
commit
8368877c74
135 changed files with 10704 additions and 320 deletions
12
tests/cypress/integration/page-objects/shared/SearchBar.ts
Normal file
12
tests/cypress/integration/page-objects/shared/SearchBar.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
class SearchBar {
|
||||
|
||||
constructor() { }
|
||||
|
||||
get searchInput(): Cypress.Chainable<any> {
|
||||
return cy.get(`#nav-search`);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export const searchBar = new SearchBar();
|
Loading…
Add table
Add a link
Reference in a new issue