Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added in Autocomplete to Input elements * Added ids to governor views alongside a StringUtils helper. * Added id to heading. * update webpack to work with latest lts version of node * updated JS * New HttpClient for Lookups. Default to use java API if Lookups settings not present * added ids to iebt buttons * multiple ids added across faq pages * last two ids added * ids added to add buttons * last two ids added * ids added to tabs and some further iebt ids added * multiple ids added for iebt tests * further ids add for lookup tests * Adding in a new helper to add id's to option choices in select drop down * fix for 133764 * ids added to iebt page * counter added to proprietor id * Amend README.md with updated wiki link * added ids for fe iebt tests * added new method for achiving blobs * Updated guidance controller and added achive method * added breadcrumbs * Updated Content handlinh * removed unnecessary usings * added element ids * PR comment updates * Added Regex expression * Resolved silent issues in Views - that are highllighted in Rider * Cleaned up async methods to await or not be async * removed todos and notimplementedexceptions * Resolve Bson warnings * Replaced remaining NUNit tests with XUnit * Removed commented out code in LookupApiService.cs * Removed obsolete unused code - and requirement for it from interface * Removed unused using * Resolved consistency of enum naming * Improved use of ArgumentOutOfRangeException * Resolved whitespace in packages.config * Changed exception thrown for enum * locators added for create academy trust tests in s158-web-test-automation * addition of location to warning-text locator as well as further locators added * further id locators added for automated group tests * id locators added for sat automated tests * removed test id * id locators added for automated establishment group tests * Merge pull request #259 from DFE-Digital/test/Help Desk id locators added for automated Helpdesk Locators * Added id's in Help desk tab * more id locator additions and changes for the group tests * consistency in id. * Help desk ids added * updated Antony comments * added Key and Value to the helpdesk ids * id locators added for create childrens centre tests * key and value ids added * added id for a tab * added id="tab-wrap" * added ids in the independent school data set tabs( for edit, select and delete) and download link * added id locators for children's centre automated tests * approval banner ids updated to prohibit duplicate id locators * Remove remaining references to `DM.Common` ## Context - `Nuget.config` references a private/authenticated/internal nuget feed named `DM Common` - Usages of the IP Blacklisting functionality of `DM.Common` was removed within PR #220 / agilefactory 53908 - The only remaining reference to `DM.Common` is to this feed - Automated build and tests pass without the `.nuget` directory at all, and initial manual tests indicate it runs locally fine ## Changes proposed - Remove references to the now-unused privated/authenticated/internal nuget feed named `DM Common` from `NuGet.config - Remove the also-unused `disableSourceControlIntegration` setting (used by [Team Foundation Version Control](https://learn.microsoft.com/en-us/nuget/consume-packages/packages-and-source-control#omitting-packages-with-team-foundation-version-control) which isn't in use for this project) - ... do the above by removing the (now-empty) `NuGet.config` file entirely, and the (now-empty) containing directory * Added ids to continue button and download XLSX button * id locators added for childrens centre group pages * typo fixed and StringUtils method updated as per review * id locators added for foundation trust group tests * changed cscp to fscp * added Ids for the federation group and amalgamation tickets. * added quotes for l.urn & added few more cancel, continue, goback buttons ids * Added d to service abbreviation * added missing d * more missing ds * added id for amalgamation url link * add mapper * add mapper - proj file * GSS and GOR id * test and tidy * Updated bulk update guidance to use just LA - renaming LA (Name), and removing LA Code. Also applied lint/reformat of the file * added id for gias closed message * Remove glimpse from Release build * formatting * fixed indenting * Updated to use option 3 * added multiple ids related to continue button for amalgamation and update email id * fix typo * updated the Ids * Updated the spell mistake in locator * added - for amalgamation month and year * edit link locators added * manage academy openings id locators added * update to row id to use index * updated Tab-wrap and opening tables as unique ids. * Removed D from FSCP service abbreviation * added lsoa and msoa message popups with icon template * code formatting on lsoa msoa template * change to indentation through IDE config formatting --------- Co-authored-by: Christopher Morriss <[email protected]> Co-authored-by: Antony OAKES <[email protected]> Co-authored-by: CLAWLOR <[email protected]> Co-authored-by: Antony Oakes <[email protected]> Co-authored-by: Catherine Lawlor <[email protected]> Co-authored-by: Luke POTTER <[email protected]> Co-authored-by: lpotter-dfe <[email protected]> Co-authored-by: Roger Howell <[email protected]> Co-authored-by: JaswiniP <[email protected]> Co-authored-by: RogerHowellDfE <[email protected]> Co-authored-by: JaswiniP <[email protected]> Co-authored-by: Fil Antoniadis <[email protected]>
- Loading branch information