@@ -115,6 +115,7 @@ export const GoogleSheetsSettings = ({
|
||||
currentCredentialsId={options?.credentialsId}
|
||||
onCredentialsSelect={handleCredentialsIdChange}
|
||||
onCreateNewClick={handleCreateNewClick}
|
||||
credentialsName="Sheets account"
|
||||
/>
|
||||
)}
|
||||
<GoogleSheetConnectModal
|
||||
|
||||
@@ -149,7 +149,7 @@ test.describe.parallel('Google sheets integration', () => {
|
||||
|
||||
const fillInSpreadsheetInfo = async (page: Page) => {
|
||||
await page.click('text=Configure...')
|
||||
await page.click('text=Select an account')
|
||||
await page.click('text=Select Sheets account')
|
||||
await page.click('text=pro-user@email.com')
|
||||
|
||||
await page.fill('input[placeholder="Search for spreadsheet"]', 'CR')
|
||||
|
||||
Reference in New Issue
Block a user