Skip to content

Commit

Permalink
fix: adjusted tests to website changes
Browse files Browse the repository at this point in the history
  • Loading branch information
windauer committed Feb 4, 2025
1 parent c425c36 commit 42a85e7
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
* Checks departmenthistory page type
*/

/**
* REMOVED TIMELIEN FROM TESTS
*
{
name: 'p2',
link: 'departmenthistory/timeline',
title: 'Administrative Timeline of the Department of State'
},
*/
const Page = require('../../pageobjects/Page'),
SubPage = require('../../pageobjects/SubPage');

Expand All @@ -11,11 +20,6 @@ const subpages = [
link: 'departmenthistory',
title: 'Department History'
},
{
name: 'p2',
link: 'departmenthistory/timeline',
title: 'Administrative Timeline of the Department of State'
},
{
name: 'p3',
link: 'departmenthistory/people/secretaries',
Expand Down

0 comments on commit 42a85e7

Please sign in to comment.