Files
Umbraco-CMS/tests/Umbraco.Tests.AcceptanceTest/fixtures/packageLibrary/package.xml
Andreas Zerbst a93980b64c V14 Acceptance Test for the Package Section (#15618)
* In progress tests

* Updated createdPackaged tests

* Added test for checking if we are able to see the marketplace

* Added tests for checking if the correct message is shown

* Made quite a lot of changes, used the locators in the testHelpers. Added additional tests

* Updated to match changes to the Ui TestHelpers

* Fixed test

* added package file

* Bumped versions

* Updated naming

* Fixed Acceptance Test to match patterns

* Updated locator in test.

* Added Act comment

* Followed comments from PR
2024-01-25 16:56:25 +07:00

21 lines
357 B
XML

<?xml version="1.0" encoding="utf-8"?>
<umbPackage>
<info>
<package>
<name>TestPackage</name>
</package>
</info>
<DocumentTypes />
<MediaTypes />
<Templates />
<Stylesheets />
<Scripts />
<PartialViews />
<Macros />
<MacroPartialViews />
<DictionaryItems />
<Languages />
<DataTypes />
<MediaItems />
</umbPackage>