File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 339339 ->toContain ('{{#each this.tabs as |tab|}} ' )
340340 ->toContain ("{{if tab.active 'border-blue-500 text-gray-900 dark:text-white' " )
341341 ->toContain ("{{if this.isTransactionsTab 'min-w-0' " )
342- ->toContain ('payments.gateways.details.index ' )
343- ->toContain ('payments.gateways.details.setup ' )
344- ->toContain ('payments.gateways.details.diagnostics ' )
345342 ->not ->toContain ('Layout::Resource::Panel ' );
346343
347344 expect ($ detailsController )
348345 ->toContain ('currentRouteName ' )
349- ->toContain ('isTransactionsTab ' );
346+ ->toContain ('isTransactionsTab ' )
347+ ->toContain ('payments.gateways.details.index ' )
348+ ->toContain ('payments.gateways.details.setup ' )
349+ ->toContain ('payments.gateways.details.diagnostics ' );
350350
351351 $ newTemplate = file_get_contents (__DIR__ . '/../../addon/templates/payments/gateways/new.hbs ' );
352352 $ editTemplate = file_get_contents (__DIR__ . '/../../addon/templates/payments/gateways/edit.hbs ' );
You can’t perform that action at this time.
0 commit comments