Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prosjekt 4
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Magnus Aleksander Skribeland Løvhøiden
prosjekt 4
Merge requests
!2
Sustainable search
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sustainable search
sustainable-search
into
main
Overview
0
Commits
3
Pipelines
2
Changes
11
Merged
Magnus Aleksander Skribeland Løvhøiden
requested to merge
sustainable-search
into
main
2 years ago
Overview
0
Commits
3
Pipelines
2
Changes
11
Expand
Make search more sustainable
0
0
Merge request reports
Compare
main
version 1
91897174
2 years ago
main (base)
and
latest version
latest version
ff457f23
3 commits,
2 years ago
version 1
91897174
2 commits,
2 years ago
11 files
+
24
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
frontend/cypress/e2e/spec.cy.js
+
1
−
0
Options
@@ -20,6 +20,7 @@ describe("DrivstoffNetsiden filter, sort and searching", () => {
it
(
"
should be able to search by text search
"
,
()
=>
{
cy
.
get
(
"
#searchInput
"
).
type
(
"
Shell
"
);
cy
.
get
(
"
#searchButton
"
).
click
();
for
(
let
gasStation
of
[
"
Statoil
"
,
"
Circle K
"
,
"
Esso
"
])
{
cy
.
get
(
"
main
"
).
contains
(
gasStation
).
should
(
"
not.exist
"
);
}
Loading