1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +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:
Maarten Zuidhoorn 2023-08-21 12:03:55 +02:00 committed by Frederik Bolding
parent f104facd35
commit 01a4b698ff
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -111,7 +111,7 @@ export default class ConfirmPageContainerContent extends Component {
} = this.props;
return (
<Tabs>
<Tabs defaultActiveTabKey="details">
<Tab
className="confirm-page-container-content__tab"
name={t('details')}