import { test, expect } from '@playwright/test';

test('Invex Therapeutics Ltd Disclaimer', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/disclaimer/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-disclaimer.png', fullPage: true });
});

test('Invex Therapeutics Ltd Articles', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/articles/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-articles.png', fullPage: true });
});

test('Invex Therapeutics Ltd Current Openings', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/careers/current-openings/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-current-openings.png', fullPage: true });
});

test('Invex Therapeutics Ltd Careers', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/careers/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-careers.png', fullPage: true });
});

test('Invex Therapeutics Ltd Fact Sheets', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/fact-sheets/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-fact-sheets.png', fullPage: true });
});

test('Invex Therapeutics Ltd Publications', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/publications/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-publications.png', fullPage: true });
});

test('Invex Therapeutics Ltd Contacts', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/contacts/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-contacts.png', fullPage: true });
});

test('Invex Therapeutics Ltd Share Registry', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/share-registry/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-share-registry.png', fullPage: true });
});

test('Invex Therapeutics Ltd Analyst Reports', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/analyst-reports/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-analyst-reports.png', fullPage: true });
});

test('Invex Therapeutics Ltd Presentations', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/presentations/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-presentations.png', fullPage: true });
});

test('Invex Therapeutics Ltd Company Reports', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/company-reports/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-company-reports.png', fullPage: true });
});

test('Invex Therapeutics Ltd ASX Announcements', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/asx-announcements/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-asx-announcements.png', fullPage: true });
});

test('Invex Therapeutics Ltd Development Strategy', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/development-strategy/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-development-strategy.png', fullPage: true });
});

test('Invex Therapeutics Ltd Corporate Governance', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/corporate-governance/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-corporate-governance.png', fullPage: true });
});

test('Invex Therapeutics Ltd Directors & Management', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/directors-management/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-directors-management.png', fullPage: true });
});

test('Invex Therapeutics Ltd Company Overview', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/company-overview/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-company-overview.png', fullPage: true });
});

test('Invex Therapeutics Ltd Contact', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/contact-us/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-contact-us.png', fullPage: true });
});

test('Invex Therapeutics Ltd Home', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-home.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics makes progress ahead of IIH EVOLVE phase three clinical trial', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2022/01/24/invex-therapeutics-makes-progress-ahead-of-iih-evolve-phase-three-clinical-trial%ef%bf%bc/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-therapeutics-makes-progress-ahead-of-iih-evolve-phase-three-clinical-trial%ef%bf%bc.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics receives tax rebate for neurological drug research', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/12/20/invex-therapeutics-receives-tax-rebate-for-neurological-drug-research-20-12-21/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-therapeutics-receives-tax-rebate-for-neurological-drug-research-20-12-21.png', fullPage: true });
});

test('Invex Therapeutics Ltd Small Caps – Invex Therapeutics chases global registration of Presendin to treat idiopathic intracranial hypertension', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/11/04/1867/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-1867.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics reports busy quarter in Presendin development', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/10/20/invex-therapeutics-reports-busy-quarter-in-presendin-development/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-therapeutics-reports-busy-quarter-in-presendin-development.png', fullPage: true });
});

test('Invex Therapeutics Ltd Small Caps – Invex Therapeutics signs major collaboration with Peptron', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/09/27/small-caps-invex-therapeutics-signs-major-collaboration-with-peptron/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-small-caps-invex-therapeutics-signs-major-collaboration-with-peptron.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics closes busy quarter of development on Presendin for idiopathic intracranial hypertension', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/07/26/invex-therapeutics-closes-busy-quarter-of-development-on-presendin-for-idiopathic-intracranial-hypertension/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-therapeutics-closes-busy-quarter-of-development-on-presendin-for-idiopathic-intracranial-hypertension.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics receives US FDA feedback on planned Presendin trial targeting idiopathic intracranial hypertension', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/06/15/1894-2/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-1894-2.png', fullPage: true });
});

test('Invex Therapeutics Ltd Small Caps – Invex Therapeutics pushes on with phase three trial design to repurpose drug for brain disorder', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/01/27/small-caps-invex-therapeutics-pushes-on-with-phase-three-trial-design-to-repurpose-drug-for-brain-disorder/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-small-caps-invex-therapeutics-pushes-on-with-phase-three-trial-design-to-repurpose-drug-for-brain-disorder.png', fullPage: true });
});

test('Invex Therapeutics Ltd COVID-19 Impact on IIH – J Neurol article by Prof Alex Sinclair', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2021/01/11/covid-19-impact-on-iih-j-neurol-article-by-prof-alex-sinclair/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-covid-19-impact-on-iih-j-neurol-article-by-prof-alex-sinclair.png', fullPage: true });
});

test('Invex Therapeutics Ltd JAMA Ophthalmology Publication – Alex Sinclair', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/10/23/1611/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-1611.png', fullPage: true });
});

test('Invex Therapeutics Ltd Nature – Volume 586 – Alexandra Sinclair Easing the Pressure', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/10/15/nature-volume-586-alexandra-sinclair-easing-the-pressure/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-nature-volume-586-alexandra-sinclair-easing-the-pressure.png', fullPage: true });
});

test('Invex Therapeutics Ltd Emerging Stocks Down Under', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/09/22/emerging-stocks-down-under/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-emerging-stocks-down-under.png', fullPage: true });
});

test('Invex Therapeutics Ltd Momentum builds for small cap biotechs', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/06/15/momentum-builds-for-small-cap-biotechs/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-momentum-builds-for-small-cap-biotechs.png', fullPage: true });
});

test('Invex Therapeutics Ltd Post-placement indigestion an opportunity?', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/06/03/post-placement-indigestion-an-opportunity/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-post-placement-indigestion-an-opportunity.png', fullPage: true });
});

test('Invex Therapeutics Ltd Bioshares – Edition 844 – Invex Therapeutics', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/05/25/bioshares-edition-844-invex-therapeutics/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-bioshares-edition-844-invex-therapeutics.png', fullPage: true });
});

test('Invex Therapeutics Ltd The Market Herald – Invex taps investors for $26.2m after positive Exenatide trials', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/05/23/the-market-herald-invex-taps-investors-for-26-2m-after-positive-exenatide-trials/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-the-market-herald-invex-taps-investors-for-26-2m-after-positive-exenatide-trials.png', fullPage: true });
});

test('Invex Therapeutics Ltd The West Australian – Biotech fires on Twiggy’s 11.8pc stake', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/05/23/the-west-australian-biotech-fires-on-twiggys-11-8pc-stake/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-the-west-australian-biotech-fires-on-twiggys-11-8pc-stake.png', fullPage: true });
});

test('Invex Therapeutics Ltd Small Caps – Invex raises $26 million as it plans for Phase III clinical trial', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/05/22/small-caps-invex-raises-26-million-as-it-plans-for-phase-iii-clinical-trial/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-small-caps-invex-raises-26-million-as-it-plans-for-phase-iii-clinical-trial.png', fullPage: true });
});

test('Invex Therapeutics Ltd Biotech Daily – Dr Boreham’s Crucible – Why Invex has all the right ingredients to possibly become a takeover target', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/05/22/biotech-daily-dr-borehams-crucible-why-invex-has-all-the-right-ingredients-to-possibly-become-a-takeover-target/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-biotech-daily-dr-borehams-crucible-why-invex-has-all-the-right-ingredients-to-possibly-become-a-takeover-target.png', fullPage: true });
});

test('Invex Therapeutics Ltd Birmingham researcher awarded £1.68m to fund research in ‘raised brain pressure’', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/03/05/birmingham-researcher-awarded-1-68m-to-fund-research-in-raised-brain-pressure/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-birmingham-researcher-awarded-1-68m-to-fund-research-in-raised-brain-pressure.png', fullPage: true });
});

test('Invex Therapeutics Ltd Rare Disease Day', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/02/10/1203-2/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-1203-2.png', fullPage: true });
});

test('Invex Therapeutics Ltd Nature Communications Super-resolution microscopy compatible fluorescent probes reveal endogenous glucagon-like peptide-1 receptor distribution and dynamics', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2020/01/30/super-resolution-microscopy-compatible-fluorescent-probes-reveal-endogenous-glucagon-like-peptide-1-receptor-distribution-and-dynamics/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-super-resolution-microscopy-compatible-fluorescent-probes-reveal-endogenous-glucagon-like-peptide-1-receptor-distribution-and-dynamics.png', fullPage: true });
});

test('Invex Therapeutics Ltd Health Kick Podcast Investing in repurposed drugs, combating intracranial pressure and why Invex caught NASA’s eye', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/12/05/health-kick-podcast-investing-in-repurposed-drugs-combating-intracranial-pressure-and-why-invex-caught-nasas-eye/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-health-kick-podcast-investing-in-repurposed-drugs-combating-intracranial-pressure-and-why-invex-caught-nasas-eye.png', fullPage: true });
});

test('Invex Therapeutics Ltd Q & A with Professor Alexandra Sinclair', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/11/21/q-a-with-professor-alexandra-sinclair/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-q-a-with-professor-alexandra-sinclair.png', fullPage: true });
});

test('Invex Therapeutics Ltd Medical Research That Reaches Outer Space', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/11/01/medical-research-that-reaches-outer-space/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-medical-research-that-reaches-outer-space.png', fullPage: true });
});

test('Invex Therapeutics Ltd Professor Sinclair addresses IIH UK Patient Conference', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/13/professor-sinclair-addresses-iih-uk-patient-conference/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-professor-sinclair-addresses-iih-uk-patient-conference.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex featured in Yahoo Finance and Motley Fool', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/11/invex-featured-in-yahoo-finance-and-motley-fool/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-featured-in-yahoo-finance-and-motley-fool.png', fullPage: true });
});

test('Invex Therapeutics Ltd Announcement by University of Birmingham', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/09/announcement-by-university-of-birmingham/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-announcement-by-university-of-birmingham.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics debuts on ASX trading up over 100%', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/09/invex-therapeutics-debuts-on-asx-trading-up-over-100/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-therapeutics-debuts-on-asx-trading-up-over-100.png', fullPage: true });
});

test('Invex Therapeutics Ltd Small Caps Weekly Review Monumental changes in interest rates and income tax, ASX nears all-time high', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/08/small-caps-weekly-review-monumental-changes-in-interest-rates-and-income-tax-asx-nears-all-time-high/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-small-caps-weekly-review-monumental-changes-in-interest-rates-and-income-tax-asx-nears-all-time-high.png', fullPage: true });
});

test('Invex Therapeutics Ltd New WA ASX listing closes up 169%', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/08/new-wa-asx-listing-closes-up-169/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-new-wa-asx-listing-closes-up-169.png', fullPage: true });
});

test('Invex Therapeutics Ltd Twiggy Forrest backed Invex Therapeutics has now doubled since its IPO', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/05/twiggy-forrest-backed-invex-therapeutics-has-now-doubled-since-its-ipo/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-twiggy-forrest-backed-invex-therapeutics-has-now-doubled-since-its-ipo.png', fullPage: true });
});

test('Invex Therapeutics Ltd Statement from IIH UK Charity', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/05/statement-from-iih-uk-charity/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-statement-from-iih-uk-charity.png', fullPage: true });
});

test('Invex Therapeutics Ltd Invex Therapeutics aims to repurpose a diabetic drug for brain disorders', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/07/03/invex-therapeutics-aims-to-repurpose-a-diabetic-drug-for-brain-disorders/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-invex-therapeutics-aims-to-repurpose-a-diabetic-drug-for-brain-disorders.png', fullPage: true });
});

test('Invex Therapeutics Ltd NASA lands in city as it looks to take next giant leap', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/06/13/nasa-lands-in-city-as-it-looks-to-take-next-giant-leap/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-nasa-lands-in-city-as-it-looks-to-take-next-giant-leap.png', fullPage: true });
});

test('Invex Therapeutics Ltd University of Birmingham experts could help NASA’s Mission to Mars', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/06/11/university-of-birmingham-experts-could-help-nasas-mission-to-mars/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-university-of-birmingham-experts-could-help-nasas-mission-to-mars.png', fullPage: true });
});

test('Invex Therapeutics Ltd NASA delegation visits University of Birmingham to discuss its mission to Mars', async ({ page }) => {
    await page.goto('https://invextherapeutics.com/2019/06/07/nasa-delegation-visits-university-of-birmingham-to-discuss-its-mission-to-mars-video/');
    await expect(page).toHaveScreenshot({ path: 'invex-therapeutics-ltd-nasa-delegation-visits-university-of-birmingham-to-discuss-its-mission-to-mars-video.png', fullPage: true });
});