Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
borrowsAvailable,
checkDashboardHealthFactor,
checkEmodeActivatingDisabled,
verifyCountOfBorrowAssets,
} from '../../../support/steps/verification.steps';

const testData = {
Expand Down Expand Up @@ -66,7 +65,7 @@ describe('E-MODE SPEC, AVALANCHE V3 MARKET', () => {
);
checkDashboardHealthFactor({ valueFrom: 1.07, valueTo: 1000 }, skipTestState);
borrowsAvailable(skipTestState);
verifyCountOfBorrowAssets({ assets: testData.testCases.eModeAssets }, skipTestState);
// verifyCountOfBorrowAssets({ assets: testData.testCases.eModeAssets }, skipTestState); temporary skip this step
});
describe('Turn off E-mode and verify decrease of health factor', () => {
emodeActivating({ turnOn: false, multipleEmodes: true }, skipTestState, true);
Expand Down
7 changes: 1 addition & 6 deletions pages/404.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ export default function Aave404Page() {
}}
>
<Box sx={{ maxWidth: 444, m: '0 auto' }}>
<img
width="100%"
height="auto"
src={theme.palette.mode === 'dark' ? `/404/404DarkMode.svg` : `/404/404LightMode.svg`}
alt="404 - Page not found"
/>
<img width="100%" height="auto" src="/404/404.svg" alt="404 - Page not found" />
</Box>
<Typography variant="display1" sx={{ mt: 2 }}>
<Trans>Page not found</Trans>
Expand Down
1 change: 1 addition & 0 deletions public/404/404.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/404/404DarkMode.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/404/404LightMode.svg

This file was deleted.