You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Trigger a new build manually from the component’s action menu. To enable an automatic trigger with every commit, upgrade to the Custom build pipeline plan.',
14
+
);
15
+
});
16
+
});
17
+
18
+
describe('getBuildTriggerText',()=>{
19
+
it('renders the correct build trigger text based on PACState value',()=>{
? 'Trigger a new build manually from the component’s action menu. To enable an automatic trigger with every commit, upgrade to the Custom build pipeline plan.'
22
+
: 'A new build pipeline run is automatically triggered with every commit to the source code.';
0 commit comments