Merge pull request #18095 from overleaf/mf-general-contact-form-redesign
[web][website-redesign] General contact form redesign GitOrigin-RevId: f5f3a37fea69afb48a37b263695c958e6753e095
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ describe('<HelpContactUs />', function () {
|
||||
expect(screen.queryByRole('dialog')).to.equal(null)
|
||||
fireEvent.click(screen.getByRole('button', { name: 'Contact Us' }))
|
||||
const modal = screen.getAllByRole('dialog')[0]
|
||||
within(modal).getAllByText('Contact Us')
|
||||
within(modal).getAllByText('Get in touch')
|
||||
within(modal).getByText('Subject')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user