Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e2d88720
Commit
e2d88720
authored
Jun 11, 2024
by
Timothy J. Baek
Browse files
fix: e2e
parent
ede58432
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
cypress/e2e/settings.cy.ts
cypress/e2e/settings.cy.ts
+0
-21
No files found.
cypress/e2e/settings.cy.ts
View file @
e2d88720
...
@@ -28,19 +28,6 @@ describe('Settings', () => {
...
@@ -28,19 +28,6 @@ describe('Settings', () => {
});
});
});
});
context
(
'
Connections
'
,
()
=>
{
it
(
'
user can open the Connections modal and hit save
'
,
()
=>
{
cy
.
get
(
'
button
'
).
contains
(
'
Connections
'
).
click
();
cy
.
get
(
'
button
'
).
contains
(
'
Save
'
).
click
();
});
});
context
(
'
Models
'
,
()
=>
{
it
(
'
user can open the Models modal
'
,
()
=>
{
cy
.
get
(
'
button
'
).
contains
(
'
Models
'
).
click
();
});
});
context
(
'
Interface
'
,
()
=>
{
context
(
'
Interface
'
,
()
=>
{
it
(
'
user can open the Interface modal and hit save
'
,
()
=>
{
it
(
'
user can open the Interface modal and hit save
'
,
()
=>
{
cy
.
get
(
'
button
'
).
contains
(
'
Interface
'
).
click
();
cy
.
get
(
'
button
'
).
contains
(
'
Interface
'
).
click
();
...
@@ -55,14 +42,6 @@ describe('Settings', () => {
...
@@ -55,14 +42,6 @@ describe('Settings', () => {
});
});
});
});
context
(
'
Images
'
,
()
=>
{
it
(
'
user can open the Images modal and hit save
'
,
()
=>
{
cy
.
get
(
'
button
'
).
contains
(
'
Images
'
).
click
();
// Currently fails because the backend requires a valid URL
// cy.get('button').contains('Save').click();
});
});
context
(
'
Chats
'
,
()
=>
{
context
(
'
Chats
'
,
()
=>
{
it
(
'
user can open the Chats modal
'
,
()
=>
{
it
(
'
user can open the Chats modal
'
,
()
=>
{
cy
.
get
(
'
button
'
).
contains
(
'
Chats
'
).
click
();
cy
.
get
(
'
button
'
).
contains
(
'
Chats
'
).
click
();
...
...
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