mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
fixed tests
This commit is contained in:
parent
0a804c6233
commit
bf2e5b4e4f
4 changed files with 10 additions and 10 deletions
|
@ -33,7 +33,7 @@ class DiscoverCard {
|
|||
}
|
||||
|
||||
get requestButton(): Cypress.Chainable<any> {
|
||||
return cy.get(`button > [data-test=requestButton${this.id}${this.movie ? '1' : '0'}]`);
|
||||
return cy.get(`#requestButton${this.id}${this.movie ? '1' : '0'}`);
|
||||
}
|
||||
|
||||
verifyTitle(expected: string): Cypress.Chainable<any> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue