mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
006b3adc3b
commit
a6666eb8fd
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ describe('Signup', () => {
|
|||
expect(nameInput).toHaveValue('Jamie Larsen');
|
||||
|
||||
fireEvent.click(tierContainer[0]);
|
||||
const labelText = popupIframeDocument.querySelector('.gh-portal-discount-label-trial');
|
||||
const labelText = popupIframeDocument.querySelector('.gh-portal-discount-label');
|
||||
await waitFor(() => {
|
||||
expect(labelText).toBeInTheDocument();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue