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
2 changes: 1 addition & 1 deletion lib/helpers/StylesheetUiHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class StylesheetUiHelper extends UiBaseLocators{
this.styleNameTxt = page.getByLabel('Rule name');
this.styleSelectorTxt = page.getByLabel('Rule selector');
this.styleStylesTxt = page.getByLabel('Rule styles');
this.newStylesheetBtn = page.getByLabel('New Stylesheet');
this.newStylesheetBtn = this.createOptionActionListModal.locator('[name="New Stylesheet"]');
this.newRichTextEditorStylesheetBtn = page.getByLabel('New Rich Text Editor Stylesheet');
this.stylesheetTree = page.locator('umb-tree[alias="Umb.Tree.Stylesheet"]');
this.newFolderThreeDots = page.getByLabel('New Folder...');
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco/playwright-testhelpers",
"version": "15.0.43",
"version": "16.0.0",
"description": "Test helpers for making playwright tests for Umbraco solutions",
"main": "dist/lib/index.js",
"files": [
Expand Down