Try using
page.locator('//ui-input[@label="First Name"]/descendant::input')
as
page.getByLabel('First Name').getByRole('textbox'); is not working.
page.getByLabel('First Name').getByRole('textbox');
If this is also not working, Can you check if there is no iframe at the top level of this form?
iframe