mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-26 12:01:16 -08:00
ci: Fix flaky 34-template-credentials-setup.cy.ts (no-changelog) (#11763)
This commit is contained in:
parent
bd924c7194
commit
54e1f62535
|
@ -56,10 +56,10 @@ describe('Template credentials setup', () => {
|
|||
it('can be opened from template collection page', () => {
|
||||
visitTemplateCollectionPage(testData.ecommerceStarterPack);
|
||||
templateCredentialsSetupPage.enableTemplateCredentialSetupFeatureFlag();
|
||||
clickUseWorkflowButtonByTitle('Promote new Shopify products on Twitter and Telegram');
|
||||
clickUseWorkflowButtonByTitle('Promote new Shopify products');
|
||||
|
||||
templateCredentialsSetupPage.getters
|
||||
.title("Set up 'Promote new Shopify products on Twitter and Telegram' template")
|
||||
.title("Set up 'Promote new Shopify products' template")
|
||||
.should('be.visible');
|
||||
});
|
||||
|
||||
|
@ -67,7 +67,7 @@ describe('Template credentials setup', () => {
|
|||
templateCredentialsSetupPage.visitTemplateCredentialSetupPage(testTemplate.id);
|
||||
|
||||
templateCredentialsSetupPage.getters
|
||||
.title("Set up 'Promote new Shopify products on Twitter and Telegram' template")
|
||||
.title("Set up 'Promote new Shopify products' template")
|
||||
.should('be.visible');
|
||||
|
||||
templateCredentialsSetupPage.getters
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"workflow": {
|
||||
"id": 1205,
|
||||
"name": "Promote new Shopify products on Twitter and Telegram",
|
||||
"name": "Promote new Shopify products",
|
||||
"views": 478,
|
||||
"recentViews": 9880,
|
||||
"totalViews": 478,
|
||||
|
|
|
@ -1202,7 +1202,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1205,
|
||||
"name": "Promote New Shopify Products on Social Media (Twitter and Telegram)",
|
||||
"name": "Promote New Shopify Products",
|
||||
"totalViews": 219,
|
||||
"recentViews": 0,
|
||||
"user": {
|
||||
|
|
Loading…
Reference in a new issue