mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
[FLASK] Fix regression in transaction confirmation tabs (#20267)
* Fix regression in transaction confirmation tabs * Fix transaction insights e2e test
This commit is contained in:
parent
ba31f87014
commit
785e0d0923
@ -102,6 +102,11 @@ describe('Test Snap TxInsights', function () {
|
||||
'MetaMask Notification',
|
||||
windowHandles,
|
||||
);
|
||||
await driver.delay(1000);
|
||||
await driver.clickElement({
|
||||
text: 'Insights Example Snap',
|
||||
tag: 'button',
|
||||
});
|
||||
|
||||
// check that txinsightstest tab contains the right info
|
||||
await driver.delay(1000);
|
||||
|
@ -120,7 +120,7 @@ export default class ConfirmPageContainerContent extends Component {
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
<Tabs>
|
||||
<Tabs defaultActiveTabKey="details">
|
||||
<Tab
|
||||
className="confirm-page-container-content__tab"
|
||||
name={t('details')}
|
||||
|
Loading…
Reference in New Issue
Block a user