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