Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
bd7efd2b
Commit
bd7efd2b
authored
May 16, 2024
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tests
parent
56102921
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
PublicTagsSubmitForm.pw.tsx
ui/publicTags/submit/PublicTagsSubmitForm.pw.tsx
+2
-2
PublicTagsSubmitForm.pw.tsx_default_base-view-mobile-1.png
...ublicTagsSubmitForm.pw.tsx_default_base-view-mobile-1.png
+0
-0
PublicTagsSubmitForm.pw.tsx_mobile_base-view-mobile-1.png
...PublicTagsSubmitForm.pw.tsx_mobile_base-view-mobile-1.png
+0
-0
AccountActionsMenu.tsx
ui/shared/AccountActionsMenu/AccountActionsMenu.tsx
+1
-1
No files found.
ui/publicTags/submit/PublicTagsSubmitForm.pw.tsx
View file @
bd7efd2b
...
...
@@ -23,8 +23,8 @@ test('base view +@mobile', async({ render }) => {
await
component
.
getByLabel
(
'
Tag (max 35 characters)*
'
).
fill
(
mocks
.
tag1
.
name
);
await
component
.
getByLabel
(
/label url/i
).
fill
(
mocks
.
tag1
.
meta
.
tagUrl
);
await
component
.
getByLabel
(
/background
color/i
).
fill
(
mocks
.
tag1
.
meta
.
bgColor
.
replace
(
'
#
'
,
''
)
);
await
component
.
getByLabel
(
/text
color/i
).
fill
(
mocks
.
tag1
.
meta
.
textColor
.
replace
(
'
#
'
,
''
)
);
await
component
.
getByLabel
(
/background
\(
hex
\)
/i
).
fill
(
mocks
.
tag1
.
meta
.
bgColor
);
await
component
.
getByLabel
(
/text
\(
hex
\)
/i
).
fill
(
mocks
.
tag1
.
meta
.
textColor
);
await
component
.
getByLabel
(
/add/i
).
nth
(
3
).
click
();
await
component
.
getByLabel
(
/comment/i
).
focus
();
...
...
ui/publicTags/submit/__screenshots__/PublicTagsSubmitForm.pw.tsx_default_base-view-mobile-1.png
View replaced file @
56102921
View file @
bd7efd2b
95.8 KB
|
W:
|
H:
94 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/publicTags/submit/__screenshots__/PublicTagsSubmitForm.pw.tsx_mobile_base-view-mobile-1.png
View replaced file @
56102921
View file @
bd7efd2b
77.5 KB
|
W:
|
H:
79.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ui/shared/AccountActionsMenu/AccountActionsMenu.tsx
View file @
bd7efd2b
...
...
@@ -51,7 +51,7 @@ const AccountActionsMenu = ({ isLoading, className }: Props) => {
},
{
render
:
(
props
:
ItemProps
)
=>
<
PublicTagMenuItem
{
...
props
}
/>,
enabled
:
!
isTxPage
,
enabled
:
!
isTxPage
&&
config
.
features
.
publicTagsSubmission
.
isEnabled
,
},
].
filter
(({
enabled
})
=>
enabled
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment